Support multiple filenames on command line.

Should work fine, although I doubt anyone would use it.
This commit is contained in:
2012-10-09 18:03:28 +02:00
parent f21395779a
commit 0066917014
3 changed files with 25 additions and 7 deletions

View File

@@ -316,7 +316,6 @@ ld_window_main_init (LdWindowMain *self)
gtk_container_add (GTK_CONTAINER (self), priv->vbox);
/* Configure the window. */
g_signal_connect (self, "destroy", G_CALLBACK (gtk_main_quit), NULL);
g_signal_connect (self, "delete-event", G_CALLBACK (on_delete), NULL);
gtk_window_add_accel_group (GTK_WINDOW (self),