cpw.qulogic.gtk3: 73a08f79: The default widget name for gtkconv->tab...

qulogic at pidgin.im qulogic at pidgin.im
Tue Mar 15 00:42:17 EDT 2011


----------------------------------------------------------------------
Revision: 73a08f798ab6ede72ea1c28a63c2dc0cc23db620
Parent:   39e729a854eaa60f6f01599236fd3681706f4170
Author:   qulogic at pidgin.im
Date:     03/15/11 00:33:51
Branch:   im.pidgin.cpw.qulogic.gtk3
URL: http://d.pidgin.im/viewmtn/revision/info/73a08f798ab6ede72ea1c28a63c2dc0cc23db620

Changelog: 

The default widget name for gtkconv->tab_label should be "tab-label",
not NULL, as that's what's set when it's created. See line ~9429.

Changes against parent 39e729a854eaa60f6f01599236fd3681706f4170

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	db636d50c1052ebbf319c172521172c814c30b89
+++ pidgin/gtkconv.c	97bc123c478c3f3b6778e7e3ea9e5aad073d1fb7
@@ -6927,7 +6927,7 @@ pidgin_conv_update_fields(PurpleConversa
 			atk_object_set_description(accessibility_obj, _("New Event"));
 			style = "tab-label-event";
 		} else {
-			style = NULL;
+			style = "tab-label";
 		}
 
 		gtk_widget_set_name(gtkconv->tab_label, style);


More information about the Commits mailing list