From d9d0538de4325b1387d44f8f35d213e32cf37c15 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 21 Jun 2000 05:30:54 +0000 Subject: Remove usage of "x" and "y" arguments. 2000-06-21 Christopher James Lahey * gui/minicard/test-minicard-label.c, gui/minicard/test-minicard.c, gui/minicard/test-reflow.c: Remove usage of "x" and "y" arguments. svn path=/trunk/; revision=3668 --- addressbook/gui/widgets/test-minicard-label.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'addressbook/gui/widgets/test-minicard-label.c') 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:", -- cgit v1.2.3