evolution r37341 - trunk/mail



Author: aklapper
Date: Thu Feb 26 16:07:10 2009
New Revision: 37341
URL: http://svn.gnome.org/viewvc/evolution?rev=37341&view=rev

Log:
2009-02-26  Andre Klapper  <mcrha redhat com>

	* message-tag-followup-c:
	Remove deprecated gtk_combo_set_case_sensitive() call as FALSE
	IS already the default value for the case-sensitive property.



Modified:
   trunk/mail/ChangeLog
   trunk/mail/message-tag-followup.c

Modified: trunk/mail/message-tag-followup.c
==============================================================================
--- trunk/mail/message-tag-followup.c	(original)
+++ trunk/mail/message-tag-followup.c	Thu Feb 26 16:07:10 2009
@@ -312,7 +312,6 @@
 						     renderer, "text", 1, NULL);
 
 	followup->combo = GTK_COMBO (glade_xml_get_widget (gui, "combo"));
-	gtk_combo_set_case_sensitive (followup->combo, FALSE);
 	strings = NULL;
 	for (i = 0; i < num_available_flags; i++)
 		strings = g_list_append (strings, (char *) _(available_flags[i]));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]