------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=124638         




------- Additional Comments From bugs.kde.org alphapapa net  2006-04-14 05:23 
-------
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?
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to