From ce438e04a5179bf08ad828b752e320c51622334e Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 26 Feb 2009 16:07:10 +0000 Subject: Remove deprecated gtk_combo_set_case_sensitive() call as FALSE IS already 2009-02-26 Andre Klapper * message-tag-followup-c: Remove deprecated gtk_combo_set_case_sensitive() call as FALSE IS already the default value for the case-sensitive property. svn path=/trunk/; revision=37341 --- mail/ChangeLog | 6 ++++++ mail/message-tag-followup.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 4043d11b87..6fca83b37b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2009-02-26 Andre Klapper + + * message-tag-followup-c: + Remove deprecated gtk_combo_set_case_sensitive() call as FALSE + IS already the default value for the case-sensitive property. + 2009-02-25 Milan Crha ** Fix for bug #572268 diff --git a/mail/message-tag-followup.c b/mail/message-tag-followup.c index 93f037eb82..a5f2a967db 100644 --- a/mail/message-tag-followup.c +++ b/mail/message-tag-followup.c @@ -312,7 +312,6 @@ construct (MessageTagEditor *editor) 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])); -- cgit v1.2.3