[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#293035: kopete: buddy groups use hideous green icon by default



Package: kopete
Version: 4:3.3.2-1
Severity: minor
Tags: patch

Kopete by default uses a green folder for buddy groups, regardless of
the user's icon and color schemes. This patch just make kopete default
to using normal folder icons (not green-tinted) for buddy groups.


-- System Information:
Debian Release: 3.1
  APT prefers experimental
  APT policy: (990, 'experimental'), (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kopete depends on:
ii  kdelibs4                4:3.3.2-1        KDE core libraries
ii  libart-2.0-2            2.3.17-1         Library of functions for 2D graphi
ii  libc6                   2.3.2.ds1-20     GNU C Library: Shared libraries an
ii  libgadu3                1:1.5+20050122-1 Gadu-Gadu protocol library - runti
ii  libgamin0 [libfam0c102] 0.0.12-1         Library for the gamin file and dir
ii  libgcc1                 1:4.0-0pre5      GCC support library
ii  libglib1.2              1.2.10-9         The GLib library of C routines
ii  libgtk1.2               1.2.10-17        The GIMP Toolkit set of widgets fo
ii  libice6                 4.3.0.dfsg.1-10  Inter-Client Exchange library
ii  libidn11                0.5.2-3          GNU libidn library, implementation
ii  libjpeg62               6b-9             The Independent JPEG Group's JPEG 
ii  libpcre3                4.5-1.1          Perl 5 Compatible Regular Expressi
ii  libpng12-0              1.2.8rel-1       PNG library - runtime
ii  libqt3c102-mt           3:3.3.3-8        Qt GUI Library (Threaded runtime v
ii  libsm6                  4.3.0.dfsg.1-10  X Window System Session Management
ii  libstdc++5              1:3.3.5-7        The GNU Standard C++ Library v3
ii  libx11-6                4.3.0.dfsg.1-10  X Window System protocol client li
ii  libxext6                4.3.0.dfsg.1-10  X Window System miscellaneous exte
ii  libxi6                  4.3.0.dfsg.1-10  X Window System Input extension li
ii  libxml2                 2.6.16-1         GNOME XML library
ii  libxrender1             0.9.0-0ubuntu3   X Rendering Extension client libra
ii  libxslt1.1              1.1.12-3         XSLT processing library - runtime 
ii  xlibs                   4.3.0.dfsg.1-10  X Keyboard Extension (XKB) configu
ii  xmms                    1.2.10-2         Versatile X audio player that look
ii  zlib1g                  1:1.2.2-4        compression library - runtime

-- no debconf information
--- kdenetwork-orig/kopete/kopete/kopetewindow.cpp
+++ kdenetwork-patched/kopete/kopete/kopetewindow.cpp
@@ -182,7 +182,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" );
 
 # if KDE_IS_VERSION(3,2,90)
--- 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"

 /**
  * @author Olivier Goffart


Reply to: