SF.net SVN: geany: [541] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Sat Jul 8 16:59:15 UTC 2006


Revision: 541
Author:   ntrel
Date:     2006-07-08 09:59:08 -0700 (Sat, 08 Jul 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=541&view=rev

Log Message:
-----------
Fix saving the terminal tool on quitting

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/keyfile.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-07-08 15:14:46 UTC (rev 540)
+++ trunk/ChangeLog	2006-07-08 16:59:08 UTC (rev 541)
@@ -1,3 +1,8 @@
+2006-07-08  Nick Treleaven  <nick.treleaven at btinternet.com>
+
+ * src/keyfile.c: Fix saving the terminal tool on quitting.
+
+
 2006-07-08  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/encodings.c: Made encoding descriptions translatable.

Modified: trunk/src/keyfile.c
===================================================================
--- trunk/src/keyfile.c	2006-07-08 15:14:46 UTC (rev 540)
+++ trunk/src/keyfile.c	2006-07-08 16:59:08 UTC (rev 541)
@@ -138,7 +138,7 @@
 
 	// store tools settings
 	g_key_file_set_string(config, "tools", "make_cmd", app->tools_make_cmd ? app->tools_make_cmd : "");
-	g_key_file_set_string(config, "tools", "terminal_cmd", app->tools_term_cmd ? app->tools_term_cmd : "");
+	g_key_file_set_string(config, "tools", "term_cmd", app->tools_term_cmd ? app->tools_term_cmd : "");
 	g_key_file_set_string(config, "tools", "browser_cmd", app->tools_browser_cmd ? app->tools_browser_cmd : "");
 	g_key_file_set_string(config, "tools", "print_cmd", app->tools_print_cmd ? app->tools_print_cmd : "");
 


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