summaryrefslogtreecommitdiff
path: root/gdata/gd
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-09-30 19:05:13 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-09-30 19:18:28 +0100
commit5b3ff1ead3f14cfd9e8cbfcacc617461e3115f4a (patch)
treeb48ed5c4847efab7106b35a056f24f2ed92a3112 /gdata/gd
parenta0e97a3a386edca2c7da4137b0a0067066659520 (diff)
downloadlibgdata-5b3ff1ead3f14cfd9e8cbfcacc617461e3115f4a.tar.gz
gd: Fix attribute escaping for GDataGDReminder
Diffstat (limited to 'gdata/gd')
-rw-r--r--gdata/gd/gdata-gd-reminder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdata/gd/gdata-gd-reminder.c b/gdata/gd/gdata-gd-reminder.c
index fd760f7b..331c0f99 100644
--- a/gdata/gd/gdata-gd-reminder.c
+++ b/gdata/gd/gdata-gd-reminder.c
@@ -303,7 +303,7 @@ pre_get_xml (GDataParsable *parsable, GString *xml_string)
}
if (priv->method != NULL)
- g_string_append_printf (xml_string, " method='%s'", priv->method);
+ gdata_parser_string_append_escaped (xml_string, " method='", priv->method, "'");
}
static void