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

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Dec 9 13:18:55 UTC 2008


Revision: 3350
          http://geany.svn.sourceforge.net/geany/?rev=3350&view=rev
Author:   ntrel
Date:     2008-12-09 13:18:55 +0000 (Tue, 09 Dec 2008)

Log Message:
-----------
Fix 2 comments.

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

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2008-12-09 13:16:52 UTC (rev 3349)
+++ trunk/src/keyfile.c	2008-12-09 13:18:55 UTC (rev 3350)
@@ -295,7 +295,7 @@
 
 static void save_dialog_prefs(GKeyFile *config)
 {
-	/* new settings should be added in settings_action() */
+	/* new settings should be added in init_pref_groups() */
 	settings_action(config, SETTING_WRITE);
 
 	/* Some of the key names are not consistent, but this is for backwards compatibility */
@@ -573,7 +573,7 @@
 	gchar *tmp_string, *tmp_string2;
 	const gchar *default_charset = NULL;
 
-	/* new settings should be added in settings_action() */
+	/* new settings should be added in init_pref_groups() */
 	settings_action(config, SETTING_READ);
 
 	/* general */


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