gnome-commander r2457 - in branches/gcmd-1-3: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2457 - in branches/gcmd-1-3: . src
- Date: Tue, 10 Feb 2009 22:00:02 +0000 (UTC)
Author: epiotr
Date: Tue Feb 10 22:00:02 2009
New Revision: 2457
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2457&view=rev
Log:
Save additional info on gcmd to XML cfg
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/gnome-cmd-xml-config.cc
Modified: branches/gcmd-1-3/src/gnome-cmd-xml-config.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-xml-config.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-xml-config.cc Tue Feb 10 22:00:02 2009
@@ -595,6 +595,7 @@
GtkTreeIter i;
fputs("<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n", f);
+ fputs("<!-- Created with GNOME Commander (http://www.nongnu.org/gcmd/) -->\n", f);
fputs("<GnomeCommander version=\"" VERSION "\">\n", f);
fputs("\t<AdvancedRenameTool>\n", f);
fprintf (f, "\t\t<WindowSize width=\"%i\" height=\"%i\" />\n", cfg.advrename_defaults.width, cfg.advrename_defaults.height);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]