pidgin: 131f074d: Make the proxy server port entry a spin ...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Nov 1 22:05:40 EST 2009


-----------------------------------------------------------------
Revision: 131f074d77b35cbd291c49a7af997c1bc64d24f3
Ancestor: 1a82c5b68c319181ac621f437e25eea4fdfeb205
Author: rekkanoryo at pidgin.im
Date: 2009-11-02T02:39:00
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/131f074d77b35cbd291c49a7af997c1bc64d24f3

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Make the proxy server port entry a spin button instead.  Paul noticed this
when we discussed the previous changes.

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	15b51d3e7f0b819d7a6e0a1ae4791aa4cf2959d2
+++ pidgin/gtkprefs.c	3547eb7908cb27b02c0bb95efd6a380965ef99bf
@@ -2021,7 +2021,7 @@ network_page(void)
 		gtk_misc_set_alignment(GTK_MISC(label), 1.0, 0.5);
 		gtk_table_attach(GTK_TABLE(table), label, 2, 3, 0, 1, GTK_FILL, 0, 0, 0);
 
-		entry = gtk_entry_new();
+		entry = gtk_spin_button_new_with_range(0, 65535, 1);
 		gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);
 		gtk_table_attach(GTK_TABLE(table), entry, 3, 4, 0, 1, GTK_FILL, 0, 0, 0);
 		g_signal_connect(G_OBJECT(entry), "changed",


More information about the Commits mailing list