pidgin: 22adc92b: Modify the editable comboboxes to be mor...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Wed Feb 2 01:32:21 EST 2011


----------------------------------------------------------------------
Revision: 22adc92b81eaedd487463cb60a7651034680376d
Parent:   3f65a3b8249df3c5a8a4e8c365b344516e907c22
Author:   hugo at oxygen-icons.org
Date:     01/30/11 02:06:52
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/22adc92b81eaedd487463cb60a7651034680376d

Changelog: 

Modify the editable comboboxes to be more friendly to GTK+ themes that don't
theme our previous method correctly.  Fixes #13164.

Changes against parent 3f65a3b8249df3c5a8a4e8c365b344516e907c22

  patched  pidgin/gtkutils.c

-------------- next part --------------
============================================================
--- pidgin/gtkutils.c	3d48035ca58340b923f096ad44fb81b973ba10a7
+++ pidgin/gtkutils.c	3c3b21324d89b3ff28a2998e826f35f918633ed0
@@ -2924,7 +2924,7 @@ pidgin_text_combo_box_entry_new(const ch
 	GtkComboBox *ret = NULL;
 	GtkWidget *the_entry = NULL;
 
-	ret = GTK_COMBO_BOX(gtk_combo_box_new_text());
+	ret = GTK_COMBO_BOX(gtk_combo_box_entry_new_text());
 	the_entry = gtk_entry_new();
 	gtk_container_add(GTK_CONTAINER(ret), the_entry);
 


More information about the Commits mailing list