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, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-run-dialog.c b/mate-panel/panel-run-dialog.c
index 77e17a4f..e632acd6 100644
--- a/mate-panel/panel-run-dialog.c
+++ b/mate-panel/panel-run-dialog.c
@@ -2066,6 +2066,6 @@ panel_run_dialog_present (GdkScreen *screen,
void
panel_run_dialog_quit_on_destroy (void)
{
- g_signal_connect(static_dialog->run_dialog, "destroy",
+ g_signal_connect(static_dialog->run_dialog, "destroy",
G_CALLBACK(gtk_main_quit), NULL);
}