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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* 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;
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]