• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

修訂074337420d58f1e0fd565edf968a34c263819e37 (tree)
時間2001-06-12 19:30:53
作者Cyrille Chepelov <cyrille@src....>
CommiterCyrille Chepelov

Log Message

good riddance (closes #_bugzilla_is_down_)

* lib/Makefile.am:
* lib/dummy_dep.h:
* lib/connpoint_line.c:
* lib/lazyprops.[ch] (DELETED): good riddance (closes
#_bugzilla_is_down_)

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,9 @@
55 * objects/chronograms/chronoref.c: ditto
66
77 * lib/Makefile.am:
8- * lib/lazyprops.[ch] (DELETED): good riddance.
9-
8+ * lib/dummy_dep.h:
9+ * lib/connpoint_line.c:
10+ * lib/lazyprops.[ch] (DELETED): good riddance (closes #_bugzilla_is_down_)
1011 * lib/properties.[ch]: new property types:
1112 - PROP_TYPE_STATIC: static text to be displayed in the dialog.
1213 - PROP_TYPE_MULTISTRING: same as string, but renders as a
--- a/lib/connpoint_line.c
+++ b/lib/connpoint_line.c
@@ -22,7 +22,7 @@
2222 #include <string.h>
2323 #include "connpoint_line.h"
2424 #include "connectionpoint.h"
25-#include "lazyprops.h"
25+#include "dia_xml.h"
2626
2727 #define DEBUG_PARENT 0
2828 #define DEBUG_ORDER 0
@@ -178,7 +178,7 @@ void
178178 connpointline_save(ConnPointLine *cpl,ObjectNode obj_node,
179179 const gchar *name)
180180 {
181- save_int(obj_node,name,cpl->num_connections);
181+ data_add_int(new_attribute(obj_node, name),cpl->num_connections);
182182 }
183183
184184 ConnPointLine *