Updating branch refs/heads/master
to e7e2181858186561d9a3ebd4e4cacd964e421b14 (commit)
from f759fe921aa2ba826e943d637b8282294708dc65 (commit)
commit e7e2181858186561d9a3ebd4e4cacd964e421b14
Author: Alexander Butenko <[email protected]>
Date: Wed Jun 30 10:43:18 2010 -0400
Escape special chars in formhistory array keys
extensions/formhistory.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extensions/formhistory.c b/extensions/formhistory.c
index a21b257..c0eb857 100644
--- a/extensions/formhistory.c
+++ b/extensions/formhistory.c
@@ -162,6 +162,7 @@ formhistory_update_main_hash (gchar* key,
if (length > MAXCHARS || length < MINCHARS)
return FALSE;
+ formhistory_fixup_value (key);
formhistory_fixup_value (value);
if ((tmp = g_hash_table_lookup (global_keys, (gpointer)key)))
{
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits