[geany/geany] 306eaa: Alter default and document icon setting

Lex git-noreply at geany.org
Mon Oct 15 00:56:03 UTC 2012


Branch:      refs/heads/master
Author:      Lex <elextr at gmail.com>
Committer:   Lex <elextr at gmail.com>
Date:        Mon, 15 Oct 2012 00:56:03
Commit:      306eaab3916649567c892215ad8390b9d39de82f
             https://github.com/geany/geany/commit/306eaab3916649567c892215ad8390b9d39de82f

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

Previous default value prevented the preceding commit from working
(by default), oops.


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

Modified: doc/geany.txt
2 files changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -2498,6 +2498,8 @@ 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", TRUE);
+        "use_geany_icon", FALSE);
 }
 
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).


More information about the Commits mailing list