diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-21 13:30:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-21 13:30:54 +0800 |
commit | d9d0538de4325b1387d44f8f35d213e32cf37c15 (patch) | |
tree | 7376c3c55acbc52fe57c860789a86de3232766a8 /addressbook/gui/widgets/test-minicard-label.c | |
parent | e1416310daf21611b8c54823a10a7121140383bb (diff) | |
download | gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar.gz gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar.bz2 gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar.lz gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar.xz gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.tar.zst gsoc2013-evolution-d9d0538de4325b1387d44f8f35d213e32cf37c15.zip |
Remove usage of "x" and "y" arguments.
2000-06-21 Christopher James Lahey <clahey@helixcode.com>
* 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
Diffstat (limited to 'addressbook/gui/widgets/test-minicard-label.c')
-rw-r--r-- | addressbook/gui/widgets/test-minicard-label.c | 2 |
1 files changed, 0 insertions, 2 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:", |