[Commits] [SCM] clawsker branch, master, updated. 1.2.0-16-g4eff544

mones at claws-mail.org mones at claws-mail.org
Sat Nov 10 20:02:48 CET 2018


The branch, master has been updated
       via  4eff544510b8681cb86c7f7f4a72f61a4de8ad6e (commit)
      from  972ec94111710170baf291d39e8442256ed8edc2 (commit)

Summary of changes:
 clawsker |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 4eff544510b8681cb86c7f7f4a72f61a4de8ad6e
Author: Ricardo Mones <ricardo at mones.org>
Date:   Sat Nov 10 20:01:49 2018 +0100

    Tell about dialog who is its parent
    
    Fixes “Gtk-Message: GtkDialog mapped without a transient parent. This is
    discouraged.”

diff --git a/clawsker b/clawsker
index d1d666d..db02b42 100755
--- 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) });

-----------------------------------------------------------------------


hooks/post-receive
-- 
Hidden preferences editor for Claws Mail


More information about the Commits mailing list