| Summary: | Folder icon doesn't use system theme | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | Adam Porter <adam> |
| Component: | Main Application | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | ana |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Adam Porter
2006-03-31 15:06:34 UTC
It was intentional, but i don't remember the reason kopete 0.11 does not use the icon theme's folder icon so it seems debian has patched it. Yes, you're right:
$ less debian/patches/16_kopete_green_folder.diff
--- kdenetwork-orig/kopete/kopete/kopetewindow.cpp
+++ kdenetwork-patched/kopete/kopete/kopetewindow.cpp
@@ -245,7 +245,7 @@
actionShowOffliners = new KToggleAction( i18n( "Show Offline &Users" ), "viewmag", CTRL + Key_U,
this, SLOT( slotToggleShowOffliners() ), actionCollection(), "settings_show_offliners" );
- actionShowEmptyGroups = new KToggleAction( i18n( "Show Empty &Groups" ), "folder_green", CTRL + Key_G,
+ actionShowEmptyGroups = new KToggleAction( i18n( "Show Empty &Groups" ), "folder", CTRL + Key_G,
this, SLOT( slotToggleShowEmptyGroups() ), actionCollection(), "settings_show_empty_groups" );
actionShowOffliners->setCheckedState(i18n("Hide Offline &Users"));
--- kdenetwork-orig/kopete/kopete/contactlist/kopetegroupviewitem.h
+++ kdenetwork-patched/kopete/kopete/contactlist/kopetegroupviewitem.h
@@ -21,8 +21,8 @@
#include "kopetelistviewitem.h"
#include <qpixmap.h>
-#define KOPETE_GROUP_DEFAULT_OPEN_ICON "folder_green_open"
-#define KOPETE_GROUP_DEFAULT_CLOSED_ICON "folder_green"
+#define KOPETE_GROUP_DEFAULT_OPEN_ICON "folder_open"
+#define KOPETE_GROUP_DEFAULT_CLOSED_ICON "folder"
namespace Kopete
{
Could this please be made the default?
I vote yes, should i commit it? I vote yes, should i commit it?<br> please commit *** Bug has been marked as fixed ***. |