im.pidgin.pidgin: 2a7b93b8c57bc86dafb9f1d9af64676de420ef0a

markdoliner at pidgin.im markdoliner at pidgin.im
Thu Nov 8 03:30:34 EST 2007


-----------------------------------------------------------------
Revision: 2a7b93b8c57bc86dafb9f1d9af64676de420ef0a
Ancestor: 18bfb4a38162cf6920d87b437ceb20124a26e028
Author: markdoliner at pidgin.im
Date: 2007-11-08T08:28:09
Branch: im.pidgin.pidgin

Modified files:
        pidgin/gtkprefs.c

ChangeLog: 

Change the ordering of the options in the system tray dropdown menu so
they're ordered high-medium-low instead of high-low-medium

-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c	769a72f5a5bae2e2188617e1c88c6f466a141a9a
+++ pidgin/gtkprefs.c	3ad1c167fb42abbd33762354600c61dbeef908ce
@@ -895,8 +895,8 @@ interface_page()
 	label = pidgin_prefs_dropdown(vbox, _("_Show system tray icon:"), PURPLE_PREF_STRING,
 					PIDGIN_PREFS_ROOT "/docklet/show",
 					_("Always"), "always",
+					_("On unread messages"), "pending",
 					_("Never"), "never",
-					_("On unread messages"), "pending",
 					NULL);
 	gtk_size_group_add_widget(sg, label);
         gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);


More information about the Commits mailing list