summaryrefslogtreecommitdiff
path: root/helper-dialog
diff options
context:
space:
mode:
authorStephan Arts <stephan@xfce.org>2008-10-03 14:31:58 +0000
committerStephan Arts <stephan@xfce.org>2008-10-03 14:31:58 +0000
commitdda9a6762ee1cd55eaa4a791a4d290246341042b (patch)
tree1d22c27a2c491abfdb50f55b5a47c980857557ee /helper-dialog
parent7d6b8c72720a993bb33d0f4cad6fc920d6a4d23b (diff)
downloadxfwm4-dda9a6762ee1cd55eaa4a791a4d290246341042b.tar.gz
Fix compiler warnings
(Old svn revision: 28022)
Diffstat (limited to 'helper-dialog')
-rw-r--r--helper-dialog/helper-dialog.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/helper-dialog/helper-dialog.c b/helper-dialog/helper-dialog.c
index 2e8c64226..84d40b6c3 100644
--- a/helper-dialog/helper-dialog.c
+++ b/helper-dialog/helper-dialog.c
@@ -82,8 +82,7 @@ main (int argc, char **argv)
GTK_MESSAGE_WARNING,
GTK_BUTTONS_YES_NO,
_("This window might be busy and is not responding.\n"
- "Do you want to terminate the application?"),
- NULL);
+ "Do you want to terminate the application?"));
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_NO);
gtk_widget_set (GTK_WIDGET (dialog), "secondary-text", title, NULL);