aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/test-minicard-label.c2
-rw-r--r--addressbook/gui/widgets/test-minicard.c2
-rw-r--r--addressbook/gui/widgets/test-reflow.c2
3 files changed, 0 insertions, 6 deletions
diff --git a/addressbook/gui/widgets/test-minicard-label.c b/addressbook/gui/widgets/test-minicard-label.c
index adf092206c..57bc69222a 100644
--- a/addressbook/gui/widgets/test-minicard-label.c
+++ b/addressbook/gui/widgets/test-minicard-label.c
@@ -92,8 +92,6 @@ int main( int argc, char *argv[] )
NULL );
label = e_minicard_label_new(gnome_canvas_root( GNOME_CANVAS( canvas ) ));
gnome_canvas_item_set( label,
- "x", (double) 0,
- "y", (double) 0,
"width", (double) 100,
"height", (double) 100,
"fieldname", "Full Name:",
diff --git a/addressbook/gui/widgets/test-minicard.c b/addressbook/gui/widgets/test-minicard.c
index 1ad066b3fe..e16ca675b3 100644
--- a/addressbook/gui/widgets/test-minicard.c
+++ b/addressbook/gui/widgets/test-minicard.c
@@ -88,8 +88,6 @@ int main( int argc, char *argv[] )
{
card = gnome_canvas_item_new( gnome_canvas_root( GNOME_CANVAS( canvas ) ),
e_minicard_get_type(),
- "x", (double) 0,
- "y", (double) 0,
"width", (double) 100,
NULL );
}
diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c
index 4817d13120..dacaeb055c 100644
--- a/addressbook/gui/widgets/test-reflow.c
+++ b/addressbook/gui/widgets/test-reflow.c
@@ -144,8 +144,6 @@ int main( int argc, char *argv[] )
NULL );
reflow = gnome_canvas_item_new( gnome_canvas_root( GNOME_CANVAS( canvas ) ),
e_reflow_get_type(),
- "x", (double) 0,
- "y", (double) 0,
"height", (double) 100,
"minimum_width", (double) 100,
NULL );