Revision: 2343 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2343&view=re... Author: frlan Date: 2011-11-15 17:37:23 +0000 (Tue, 15 Nov 2011) Log Message: ----------- GeanyVC: Making adding to tools menu default behavior
Modified Paths: -------------- trunk/geany-plugins/geanyvc/src/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c =================================================================== --- trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:00 UTC (rev 2342) +++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:23 UTC (rev 2343) @@ -1964,7 +1964,7 @@ enable_hg = utils_get_setting_boolean(config, "VC", "enable_hg", TRUE); set_menubar_entry = utils_get_setting_boolean(config, "VC", "attach_to_menubar", - TRUE); + FALSE);
#ifdef USE_GTKSPELL lang = g_key_file_get_string(config, "VC", "spellchecking_language", &error);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org