summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mate-panel/panel-action-button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-action-button.c b/mate-panel/panel-action-button.c
index af3a7ccf..e957d44d 100644
--- a/mate-panel/panel-action-button.c
+++ b/mate-panel/panel-action-button.c
@@ -471,7 +471,7 @@ panel_action_force_quit (GtkWidget *widget)
}
#endif
flags = GTK_DIALOG_DESTROY_WITH_PARENT;
- dialog = gtk_message_dialog_new (GTK_WINDOW (widget),
+ dialog = gtk_message_dialog_new (NULL,
flags,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CLOSE,