# HG changeset patch # User Mark Doliner # Date 1194510489 0 # Node ID 184f5991502dd4928452e84b0e6487e415bf10d7 # Parent dada0e6416cc9c7eb5c1375d7dd8a348be85fce3 Change the ordering of the options in the system tray dropdown menu so they're ordered high-medium-low instead of high-low-medium diff -r dada0e6416cc -r 184f5991502d pidgin/gtkprefs.c --- 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);