dia r4323 - in trunk: . objects/Database
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4323 - in trunk: . objects/Database
- Date: Sun, 15 Mar 2009 22:21:20 +0000 (UTC)
Author: hans
Date: Sun Mar 15 22:21:20 2009
New Revision: 4323
URL: http://svn.gnome.org/viewvc/dia?rev=4323&view=rev
Log:
2009-03-15 Hans Breuer <hans breuer org>
* objects/Database/compound.c : now there is no DiaObject any longer which
does not deliver at least OBJECT_COMMON_PROPERTIES
Modified:
trunk/ChangeLog
trunk/objects/Database/compound.c
Modified: trunk/objects/Database/compound.c
==============================================================================
--- trunk/objects/Database/compound.c (original)
+++ trunk/objects/Database/compound.c Sun Mar 15 22:21:20 2009
@@ -191,6 +191,7 @@
static PropDescription compound_props[] =
{
+ OBJECT_COMMON_PROPERTIES,
PROP_STD_LINE_COLOUR_OPTIONAL,
PROP_STD_LINE_WIDTH_OPTIONAL,
{ "num_arms", PROP_TYPE_INT, PROP_FLAG_VISIBLE,
@@ -201,6 +202,7 @@
static PropOffset compound_offsets[] =
{
+ OBJECT_COMMON_PROPERTIES_OFFSETS,
{ "line_colour", PROP_TYPE_COLOUR, offsetof(Compound, line_color) },
{ PROP_STDNAME_LINE_WIDTH, PROP_STDTYPE_LINE_WIDTH, offsetof(Compound, line_width) },
{ "num_arms", PROP_TYPE_INT, offsetof(Compound, num_arms) },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]