Set the window title when opening a file on the command line
[pspp-builds.git] / src / ui / gui / psppire-syntax-window.c
index 073537bd5f7b824c9175866f097337ec01906738..37bfd35cabe3b086ae6f43edc18763e7a4f0b1c0 100644 (file)
@@ -519,11 +519,12 @@ psppire_syntax_window_init (PsppireSyntaxWindow *window)
                    G_CALLBACK (open_syntax_window),
                    window);
 
-
+#if 0
   g_signal_connect (get_widget_assert (xml,"file_new_data"),
                    "activate",
                    G_CALLBACK (create_data_window),
                    window);
+#endif
 
   g_signal_connect (get_widget_assert (xml,"help_about"),
                    "activate",