X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fui_pathsel.c;h=88f39247fd9e9c7a3119512285e726a6998e4e45;hp=8359f50e6866bca7afcbc22e5b9edb20ba910029;hb=b8995ea496ae6d027962c106762b5f3b2c736250;hpb=a596e7633553158df293c0638fb32720358b3410 diff --git a/src/ui_pathsel.c b/src/ui_pathsel.c index 8359f50e..88f39247 100644 --- a/src/ui_pathsel.c +++ b/src/ui_pathsel.c @@ -1146,6 +1146,9 @@ GtkWidget *path_selection_new_with_files(GtkWidget *entry, const gchar *path, store = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_STRING); dd->filter_combo = gtk_combo_box_new_with_model_and_entry(GTK_TREE_MODEL(store)); + gtk_combo_box_set_entry_text_column(GTK_COMBO_BOX(dd->filter_combo), + FILTER_COLUMN_FILTER); + g_object_unref(store); gtk_cell_layout_clear(GTK_CELL_LAYOUT(dd->filter_combo)); renderer = gtk_cell_renderer_text_new();