Bug#422193: gossip: group headers wrongly highlighted

Norbert Tretkowski norbert at tretkowski.de
Fri May 4 07:16:02 UTC 2007


Package: gossip
Version: 0.24-2
Severity: minor

Since 0.24, the group headers get wrongly highlighted sometimes. The
fix below is from upstreams svn repository:

Index: ChangeLog
===================================================================
--- ChangeLog   (Revision 2314)
+++ ChangeLog   (Revision 2315)
@@ -1,3 +1,9 @@
+2007-04-30  Kristian Rietveld  <kris at gtk.org>
+
+       * src/gossip-contact-list.c (contact_list_cell_set_background): reset
+       the cell-background for group headers, so group headers don't get
+       wrongly highlighted.
+
 2007-04-30  Richard Hult  <richard at imendio.com>
 
        * ui/chat.glade:
Index: src/gossip-contact-list.c
===================================================================
--- src/gossip-contact-list.c   (Revision 2314)
+++ src/gossip-contact-list.c   (Revision 2315)
@@ -2068,6 +2068,9 @@
                                      NULL);
                }
        } else {
+               g_object_set (cell,
+                             "cell-background-gdk", NULL,
+                             NULL);
 #if 0
                gint color_sum_normal;
                gint color_sum_selected;





More information about the pkg-gnome-maintainers mailing list