[Winpt-commits] r319 - trunk/Src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Jul 23 19:13:38 CEST 2007
Author: twoaday
Date: 2007-07-23 19:13:38 +0200 (Mon, 23 Jul 2007)
New Revision: 319
Modified:
trunk/Src/wptClipboard.cpp
trunk/Src/wptMainProc.cpp
Log:
Modified: trunk/Src/wptClipboard.cpp
===================================================================
--- trunk/Src/wptClipboard.cpp 2007-06-21 13:18:48 UTC (rev 318)
+++ trunk/Src/wptClipboard.cpp 2007-07-23 17:13:38 UTC (rev 319)
@@ -171,7 +171,7 @@
}
-/* Retrieve the thext of the clipboard.
+/* Retrieve the text of the clipboard.
Return value: the text as a string, NULL otherwise. */
static char*
get_w32_clip_text (void)
Modified: trunk/Src/wptMainProc.cpp
===================================================================
--- trunk/Src/wptMainProc.cpp 2007-06-21 13:18:48 UTC (rev 318)
+++ trunk/Src/wptMainProc.cpp 2007-07-23 17:13:38 UTC (rev 319)
@@ -358,6 +358,11 @@
mapi_deinit ();
wsock_end ();
keycache_release (1);
+ /* FIXME: There seems to be a problem with the backup at the
+ * end on EFS file systems. I currently have no access to
+ * any EFS partition so I need to do some general investigations
+ * to find out what the problem is.
+ */
gnupg_backup_keyrings (reg_prefs.auto_backup,
reg_prefs.backup.mode,
reg_prefs.backup.include_secr);
More information about the Winpt-commits
mailing list