conduit r1815 - in trunk: . conduit/modules
- From: jstowers svn gnome org
- To: svn-commits-list gnome org
- Subject: conduit r1815 - in trunk: . conduit/modules
- Date: Tue, 20 Jan 2009 01:30:09 +0000 (UTC)
Author: jstowers
Date: Tue Jan 20 01:30:08 2009
New Revision: 1815
URL: http://svn.gnome.org/viewvc/conduit?rev=1815&view=rev
Log:
2009-01-20 John Stowers <john stowers gmail com>
* conduit/modules/TomboyModule.py: Escape more characters in tomboy
note titles. Fixes #564187 (Brian Teague)
Modified:
trunk/ChangeLog
trunk/conduit/modules/TomboyModule.py
Modified: trunk/conduit/modules/TomboyModule.py
==============================================================================
--- trunk/conduit/modules/TomboyModule.py (original)
+++ trunk/conduit/modules/TomboyModule.py Tue Jan 20 01:30:08 2009
@@ -40,7 +40,7 @@
class TomboyNoteConverter(TypeConverter.Converter):
NOTE_EXTENSION = ".xml"
- ILLEGAL_TITLE_CHARS = " /"
+ ILLEGAL_TITLE_CHARS = " /#&$?[]{}()\\"
def __init__(self):
self.conversions = {
"note,note/tomboy" : self.note_to_tomboy_note,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]