diff --git a/src/gconf-editor-window.c b/src/gconf-editor-window.c index 733ff7f..cbbfadc 100644 --- a/src/gconf-editor-window.c +++ b/src/gconf-editor-window.c @@ -1051,7 +1051,7 @@ gconf_editor_window_list_view_popup_menu (GtkWidget *widget, GConfEditorWindow * GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (window->list_view)); /* Select our row */ - if (gtk_tree_selection_get_selected (selection, &window->list_model, &iter)) { + if (gtk_tree_selection_get_selected (selection, NULL, &iter)) { gtk_widget_set_sensitive (gtk_ui_manager_get_widget (window->ui_manager, "/GConfKeyPopupMenu/EditKey"), TRUE); gtk_widget_set_sensitive (gtk_ui_manager_get_widget (window->ui_manager, "/GConfKeyPopupMenu/UnsetKey"),