2011-04-10 [colin] 3.7.9cvs9
[claws.git] / src / gtk / quicksearch.c
index 248c4a275b75889596643030cf6ed01f1ab0f492..3a90e66ee94ca935c0684b300f1e8d73d196a44f 100644 (file)
@@ -784,7 +784,7 @@ QuickSearch *quicksearch_new()
 
        gtk_widget_show(search_type);
 
-       search_string_entry = gtk_combo_box_entry_new_text ();
+       search_string_entry = gtk_combo_box_new_with_entry ();
        gtk_combo_box_set_active(GTK_COMBO_BOX(search_string_entry), -1);
 
        vbox = gtk_vbox_new(TRUE, 0);