Skip to content
Snippets Groups Projects
Commit 65bb2fa2 authored by Simon Steinbeiss's avatar Simon Steinbeiss
Browse files

settings-manager: Ensure searchbox has initial focus (Bug #16890)

parent 78fd2924
No related branches found
No related tags found
No related merge requests found
Pipeline #429 passed
......@@ -273,6 +273,7 @@ xfce_settings_manager_dialog_init (XfceSettingsManagerDialog *dialog)
g_signal_connect (G_OBJECT (entry), "key-press-event",
G_CALLBACK (xfce_settings_manager_dialog_entry_key_press), dialog);
gtk_widget_show (entry);
gtk_widget_grab_focus (dialog->filter_entry);
dialog_vbox = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment