[geany/geany] b9c1c9: Revert "Alter default and document icon setting"

Colomban Wendling git-noreply at geany.org
Tue Jan 1 18:04:47 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 01 Jan 2013 18:04:47 UTC
Commit:      b9c1c9093890506b85fc6bd3db9da410717bdd20
             https://github.com/geany/geany/commit/b9c1c9093890506b85fc6bd3db9da410717bdd20

Log Message:
-----------
Revert "Alter default and document icon setting"

This reverts commit 306eaab3916649567c892215ad8390b9d39de82f.


Modified Paths:
--------------
    doc/geany.txt
    src/keyfile.c

Modified: doc/geany.txt
2 files changed, 0 insertions(+), 2 deletions(-)
===================================================================
@@ -2512,8 +2512,6 @@ msgwin_messages_visible           Whether to show the Messages tab in the    tru
                                   Messages Window
 msgwin_scribble_visible           Whether to show the Scribble tab in the    true        immediately
                                   Messages Window
-use_geany_icon                    Whether to use the Geany icon on the       false       on restart
-                                  window instead of the theme's icon
 ================================  =========================================  ==========  ===========
 
 By default, statusbar_template is empty. This tells Geany to use its


Modified: src/keyfile.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -243,7 +243,7 @@ static void init_pref_groups(void)
     
     /* use the Geany icon instead of the theme */
     stash_group_add_boolean(group, &main_use_geany_icon,
-        "use_geany_icon", FALSE);
+        "use_geany_icon", TRUE);
 }
 
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list