[Commits] [SCM] clawsker branch, master, updated. 1.2.0-7-g1e0241d

mones at claws-mail.org mones at claws-mail.org
Thu Nov 8 19:18:07 CET 2018


The branch, master has been updated
       via  1e0241d56e69d9a2f98953146022a105a282f88c (commit)
      from  7675f4d7cb2ef584083f23561648fc6cb097825c (commit)

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


- Log -----------------------------------------------------------------
commit 1e0241d56e69d9a2f98953146022a105a282f88c
Author: Ricardo Mones <ricardo at mones.org>
Date:   Thu Nov 8 19:12:19 2018 +0100

    Fix always asking for pending changes on exit
    
    Introduced in previous commit. Let's re-initialize the counter just
    before showing GUI, to discard any changes the initialization of
    undefined preferences with default values could have made.

diff --git a/clawsker b/clawsker
index 45bb2e4..f208c46 100755
--- a/clawsker
+++ b/clawsker
@@ -2858,5 +2858,6 @@ $main_window->set_title ($xl::s{win_title});
 $main_window->set_icon_list (get_app_icons ());
 $main_window->add ($box);
 $main_window->show_all;
+$MODIFIED = 0;
 Gtk2->main;
 

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


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


More information about the Commits mailing list