SF.net SVN: geany: [1445] trunk/src/keyfile.c

eht16 at users.sourceforge.net eht16 at xxxxx
Tue Apr 10 17:14:12 UTC 2007


Revision: 1445
          http://svn.sourceforge.net/geany/?rev=1445&view=rev
Author:   eht16
Date:     2007-04-10 10:14:12 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Fixed wrong default value.

Modified Paths:
--------------
    trunk/src/keyfile.c

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2007-04-10 17:06:57 UTC (rev 1444)
+++ trunk/src/keyfile.c	2007-04-10 17:14:12 UTC (rev 1445)
@@ -336,7 +336,7 @@
 	app->pref_editor_auto_complete_symbols = utils_get_setting_boolean(config, PACKAGE, "auto_complete_symbols", TRUE);
 	app->pref_editor_folding = utils_get_setting_boolean(config, PACKAGE, "use_folding", TRUE);
 	app->pref_editor_unfold_all_children = utils_get_setting_boolean(config, PACKAGE, "unfold_all_children", FALSE);
-	app->pref_editor_show_scrollbars = utils_get_setting_boolean(config, PACKAGE, "show_editor_scrollbars", FALSE);
+	app->pref_editor_show_scrollbars = utils_get_setting_boolean(config, PACKAGE, "show_editor_scrollbars", TRUE);
 	app->show_markers_margin = utils_get_setting_boolean(config, PACKAGE, "show_markers_margin", TRUE);
 	app->show_linenumber_margin = utils_get_setting_boolean(config, PACKAGE, "show_linenumber_margin", TRUE);
 	app->fullscreen = utils_get_setting_boolean(config, PACKAGE, "fullscreen", FALSE);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list