Tell about dialog who is its parent
[clawsker.git] / clawsker
index d1d666d42e4d171d3ff5e357d962d8e83e3bcdd2..db02b4219531b9a44cfc20613a0bee5690d2d3b1 100755 (executable)
--- a/clawsker
+++ b/clawsker
@@ -2869,7 +2869,7 @@ exit unless init_hidden_preferences ();
 # create main GUI
 my $box = Gtk3::VBox->new (FALSE, 5);
 $box->set_border_width(3);
-my $about = new_about_dialog ();
+my $about = new_about_dialog ($main_window);
 $box->pack_start (new_notebook (), TRUE, TRUE, 0);
 $box->pack_end (new_button_box ($main_window, $about), FALSE, FALSE, 0);
 $main_window->signal_connect (delete_event => sub { exit_handler($main_window) });