diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-03-01 16:43:28 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-03-01 16:43:28 +0800 |
commit | 92d19d2d4f989a021a6587755689b7439c7fb064 (patch) | |
tree | 1b1de8956425713bb497983620ffb3011964b086 /addressbook/gui/widgets/test-reflow.c | |
parent | a4fe250a03ac4b9571dd4da9e9d83e941046775b (diff) | |
download | gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.gz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.bz2 gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.lz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.xz gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.tar.zst gsoc2013-evolution-92d19d2d4f989a021a6587755689b7439c7fb064.zip |
Used ESelectionModelSimple and the changes to EReflow and EReflowSorted to
2001-03-01 Christopher James Lahey <clahey@ximian.com>
* gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h,
gui/widgets/e-minicard.c, gui/widgets/e-minicard.h: Used
ESelectionModelSimple and the changes to EReflow and EReflowSorted
to get multiple selection in the minicard view.
* gui/widgets/test-reflow.c: Changed this to get it to compile
with the changes to EReflow.
svn path=/trunk/; revision=8444
Diffstat (limited to 'addressbook/gui/widgets/test-reflow.c')
-rw-r--r-- | addressbook/gui/widgets/test-reflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/test-reflow.c b/addressbook/gui/widgets/test-reflow.c index 2a8e7093fe..1a2cc9f017 100644 --- a/addressbook/gui/widgets/test-reflow.c +++ b/addressbook/gui/widgets/test-reflow.c @@ -159,7 +159,7 @@ int main( int argc, char *argv[] ) e_minicard_get_type(), "card", card, NULL); - e_reflow_add_item(E_REFLOW(reflow), item); + e_reflow_add_item(E_REFLOW(reflow), item, NULL); } gnome_canvas_set_scroll_region ( GNOME_CANVAS( canvas ), 0, 0, |