dia r4296 - in trunk: . app
- From: sdteffen svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4296 - in trunk: . app
- Date: Tue, 24 Feb 2009 21:26:52 +0000 (UTC)
Author: sdteffen
Date: Tue Feb 24 21:26:52 2009
New Revision: 4296
URL: http://svn.gnome.org/viewvc/dia?rev=4296&view=rev
Log:
Write <icon> to <object> instead of <description>, fixes part of bug
#573027
Modified:
trunk/ChangeLog
trunk/app/sheets_dialog_callbacks.c
Modified: trunk/app/sheets_dialog_callbacks.c
==============================================================================
--- trunk/app/sheets_dialog_callbacks.c (original)
+++ trunk/app/sheets_dialog_callbacks.c Tue Feb 24 21:26:52 2009
@@ -1781,7 +1781,7 @@
if (sheetobject->has_icon_on_sheet == TRUE)
{
xmlAddChild(object_node, xmlNewText((const xmlChar *)"\n"));
- icon_node = xmlNewChild(desc_node, NULL, (const xmlChar *)"icon", NULL);
+ icon_node = xmlNewChild(object_node, NULL, (const xmlChar *)"icon", NULL);
xmlAddChild(icon_node, xmlNewText((xmlChar *) sheetobject->pixmap_file));
xmlAddChild(object_node, xmlNewText((const xmlChar *)"\n"));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]