2007-04-21 [colin] 2.9.1cvs14
[claws.git] / src / gtk / quicksearch.c
index 8d1ff662361e2dd5ef5de03247ffea821448200f..48e121c8b7513cdc2880a0228fb60950bd36484a 100644 (file)
@@ -82,7 +82,7 @@ static void quicksearch_set_type(QuickSearch *quicksearch, gint type)
 {
        gint index;
        index = menu_find_option_menu_index(GTK_OPTION_MENU(quicksearch->search_type_opt), 
-                                       GINT_TO_POINTER(prefs_common.summary_quicksearch_type),
+                                       GINT_TO_POINTER(type),
                                        NULL);
        gtk_option_menu_set_history(GTK_OPTION_MENU(quicksearch->search_type_opt), index);      
 }