[Commits] imap_gtk.c 1.1.2.66 1.1.2.67

pawel at claws-mail.org pawel at claws-mail.org
Mon Nov 7 23:11:47 CET 2011


Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv13817/src

Modified Files:
      Tag: gtk2
	imap_gtk.c 
Log Message:
2011-11-07 [pawel]	3.7.10cvs78

	* src/imap_gtk.c
		Fix bug #2493 'Subscription pull down should be alphabetized'

Index: imap_gtk.c
===================================================================
RCS file: /home/claws-mail/claws/src/imap_gtk.c,v
retrieving revision 1.1.2.66
retrieving revision 1.1.2.67
diff -u -d -r1.1.2.66 -r1.1.2.67
--- imap_gtk.c	16 Feb 2011 07:16:01 -0000	1.1.2.66
+++ imap_gtk.c	7 Nov 2011 22:11:45 -0000	1.1.2.67
@@ -533,7 +533,9 @@
 				transc_list = g_list_append(transc_list, 
 					imap_modified_utf7_to_utf8(cur->data, FALSE));
 			}
-
+			
+			transc_list = g_list_sort(transc_list, g_str_equal);
+			
 			child_folder = input_dialog_combo(_("Subscribe"), 
 					msg,
 					transc_list->next?_("All of them"):transc_list->data, transc_list);



More information about the Commits mailing list