summaryrefslogtreecommitdiff
path: root/mate-panel/panel-run-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-run-dialog.c')
-rw-r--r--mate-panel/panel-run-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index 128f56d0..61361dc1 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -1090,6 +1090,8 @@ panel_run_dialog_setup_program_list (PanelRunDialog *dialog,
dialog->program_label = PANEL_GTK_BUILDER_GET (gui, "program_label");
dialog->main_box = PANEL_GTK_BUILDER_GET (gui, "main_box");
+ gtk_widget_set_can_focus (dialog->program_label, FALSE);
+
/* Ref the box so it doesn't get destroyed when it is
* removed from the visible area of the dialog box.
*/