grim/guifications2

[gf2-migrate @ 169]
org.guifications.gf2
2006-11-10, Gary Kramlich
267f43500dc0
Parents 4ec05c28ec3e
Children 8a34adc092bd
[gf2-migrate @ 169]
Fix this damn stupid bug...
--- a/ChangeLog Wed Oct 25 13:14:20 2006 -0400
+++ b/ChangeLog Fri Nov 10 03:05:45 2006 -0500
@@ -1,3 +1,8 @@
+Version 2.13??? :
+ * Removed our addition of the XML PI since Gaim's
+ xml_node_to_formatted_string does it for us now. This fixes sf bug
+ 1591606.
+
Version 2.13beta4 10/18/06:
* Updated to work with Gaim 2.0Beta4
* Moved from gettext to intltool
--- a/src/gf_theme.c Wed Oct 25 13:14:20 2006 -0400
+++ b/src/gf_theme.c Fri Nov 10 03:05:45 2006 -0500
@@ -257,7 +257,6 @@
if(!fp) {
gaim_debug_info("guifications", "Error trying to save theme %s\n", filename);
} else {
- fprintf(fp, "<?xml version='1.0' encoding='UTF-8' ?>\n");
if(data)
fprintf(fp, "%s", data);
fclose(fp);