作図ソフト dia の改良版
Révision | 074337420d58f1e0fd565edf968a34c263819e37 (tree) |
---|---|
l'heure | 2001-06-12 19:30:53 |
Auteur | Cyrille Chepelov <cyrille@src....> |
Commiter | Cyrille Chepelov |
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_)
@@ -5,8 +5,9 @@ | ||
5 | 5 | * objects/chronograms/chronoref.c: ditto |
6 | 6 | |
7 | 7 | * 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_) | |
10 | 11 | * lib/properties.[ch]: new property types: |
11 | 12 | - PROP_TYPE_STATIC: static text to be displayed in the dialog. |
12 | 13 | - PROP_TYPE_MULTISTRING: same as string, but renders as a |
@@ -22,7 +22,7 @@ | ||
22 | 22 | #include <string.h> |
23 | 23 | #include "connpoint_line.h" |
24 | 24 | #include "connectionpoint.h" |
25 | -#include "lazyprops.h" | |
25 | +#include "dia_xml.h" | |
26 | 26 | |
27 | 27 | #define DEBUG_PARENT 0 |
28 | 28 | #define DEBUG_ORDER 0 |
@@ -178,7 +178,7 @@ void | ||
178 | 178 | connpointline_save(ConnPointLine *cpl,ObjectNode obj_node, |
179 | 179 | const gchar *name) |
180 | 180 | { |
181 | - save_int(obj_node,name,cpl->num_connections); | |
181 | + data_add_int(new_attribute(obj_node, name),cpl->num_connections); | |
182 | 182 | } |
183 | 183 | |
184 | 184 | ConnPointLine * |