Missing Value Dialog: Remove GTK_DIALOG_NO_SEPARATOR flag which does not exist in...
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 27 May 2013 10:15:48 +0000 (12:15 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 28 May 2013 14:04:28 +0000 (16:04 +0200)
src/ui/gui/missing-val-dialog.c

index 92d4ef6ecb352bed70fb83b22304ae325d224416..030d0786709a9a1a5be9d434882d1941668856b0 100644 (file)
@@ -184,8 +184,7 @@ err_dialog (const gchar *msg, GtkWindow *window)
     gtk_dialog_new_with_buttons ("PSPP",
                                 window,
                                 GTK_DIALOG_MODAL |
-                                GTK_DIALOG_DESTROY_WITH_PARENT |
-                                GTK_DIALOG_NO_SEPARATOR,
+                                GTK_DIALOG_DESTROY_WITH_PARENT, 
                                 GTK_STOCK_OK,
                                 GTK_RESPONSE_ACCEPT,
                                 NULL);