[rkward-cvs] rkward/rkward debug.h,1.11,1.12 rkward.cpp,1.100,1.101
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Sun Oct 2 13:29:47 UTC 2005
- Previous message: [rkward-cvs] rkward/rkward/settings rksettings.cpp,1.6,1.7 rksettingsmodule.h,1.4,1.5 rksettingsmodulelogfiles.cpp,1.5,1.6 rksettingsmoduleobjectbrowser.cpp,1.3,1.4 rksettingsmoduleoutput.cpp,1.3,1.4 rksettingsmodulephp.cpp,1.6,1.7 rksettingsmoduler.cpp,1.8,1.9 rksettingsmodulewatch.cpp,1.5,1.6
- Next message: [rkward-cvs] rkward/rkward/dataeditor rkeditordataframe.cpp,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21788/rkward
Modified Files:
debug.h rkward.cpp
Log Message:
Write config changes to disk in saveOptions. Added RK_TRACEs in the settings-modules
Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** rkward.cpp 29 Sep 2005 16:02:50 -0000 1.100
--- rkward.cpp 2 Oct 2005 13:29:44 -0000 1.101
***************
*** 353,356 ****
--- 353,358 ----
fileOpenRecentWorkspace->saveEntries(config, "Recent Files");
fileOpenRecent->saveEntries(config, "Recent Command Files");
+
+ config->sync ();
}
Index: debug.h
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/debug.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** debug.h 8 May 2005 16:54:29 -0000 1.11
--- debug.h 2 Oct 2005 13:29:44 -0000 1.12
***************
*** 34,37 ****
--- 34,38 ----
#define OBJECTS 4
#define EDITOR 8
+ #define SETTINGS 16
#define PHP 64
#define RBACKEND 128
- Previous message: [rkward-cvs] rkward/rkward/settings rksettings.cpp,1.6,1.7 rksettingsmodule.h,1.4,1.5 rksettingsmodulelogfiles.cpp,1.5,1.6 rksettingsmoduleobjectbrowser.cpp,1.3,1.4 rksettingsmoduleoutput.cpp,1.3,1.4 rksettingsmodulephp.cpp,1.6,1.7 rksettingsmoduler.cpp,1.8,1.9 rksettingsmodulewatch.cpp,1.5,1.6
- Next message: [rkward-cvs] rkward/rkward/dataeditor rkeditordataframe.cpp,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the rkward-tracker
mailing list