diff options
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-editor.c')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 05c616358..088af8a70 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -604,7 +604,7 @@ cmd_bookmarks_import (GtkAction *action, gtk_widget_show (label); store = GTK_LIST_STORE (gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING)); - combo = gtk_combo_box_new (GTK_TREE_MODEL (store)); + combo = gtk_combo_box_new_with_model (GTK_TREE_MODEL (store)); gtk_widget_show (combo); g_object_set_data (G_OBJECT (dialog), "combo_box", combo); g_object_unref (store); |