changeset 21165:184f5991502d

Change the ordering of the options in the system tray dropdown menu so they're ordered high-medium-low instead of high-low-medium
author Mark Doliner <mark@kingant.net>
date Thu, 08 Nov 2007 08:28:09 +0000
parents dada0e6416cc
children cd0486d8caa8
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Thu Nov 08 02:47:12 2007 +0000
+++ b/pidgin/gtkprefs.c	Thu Nov 08 08:28:09 2007 +0000
@@ -895,8 +895,8 @@
 	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);