Revision: 1113
http://geeqie.svn.sourceforge.net/geeqie/?rev=1113&view=rev
Author: zas_
Date: 2008-08-31 08:59:39 +0000 (Sun, 31 Aug 2008)
Log Message:
-----------
Move sync_options_with_current_state() call to save_options().
Modified Paths:
--------------
trunk/src/main.c
trunk/src/rcfile.c
Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c 2008-08-31 08:41:42 UTC (rev 1112)
+++ trunk/src/main.c 2008-08-31 08:59:39 UTC (rev 1113)
@@ -612,7 +612,6 @@
collect_manager_flush();
- sync_options_with_current_state(options);
save_options(options);
keys_save();
accel_map_save();
Modified: trunk/src/rcfile.c
===================================================================
--- trunk/src/rcfile.c 2008-08-31 08:41:42 UTC (rev 1112)
+++ trunk/src/rcfile.c 2008-08-31 08:59:39 UTC (rev 1113)
@@ -643,6 +643,8 @@
{
gchar *rc_path;
+ sync_options_with_current_state(options);
+
rc_path = g_build_filename(homedir(), GQ_RC_DIR, RC_FILE_NAME, NULL);
save_options_to(rc_path, options);
g_free(rc_path);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn