diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-10 01:26:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-10 01:26:07 +0800 |
commit | 627ae5c6cada568578ed99160fc9ac9031eaa148 (patch) | |
tree | e8f9e3f5cdffbd48f85ecc0abee53ebc48008606 /addressbook/gui/widgets | |
parent | d7afd9ba2a08bb5d1ea25979ad0e84beced3a4d0 (diff) | |
download | gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar.gz gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar.bz2 gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar.lz gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar.xz gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.tar.zst gsoc2013-evolution-627ae5c6cada568578ed99160fc9ac9031eaa148.zip |
Reenable editting.
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* gui/minicard/e-minicard.c: Reenable editting.
* gui/minicard/e-reflow-sorted.c: Make reflow flow on deletion.
svn path=/trunk/; revision=2954
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r-- | addressbook/gui/widgets/e-minicard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c index 73eed600c4..7b7b1bcbe5 100644 --- a/addressbook/gui/widgets/e-minicard.c +++ b/addressbook/gui/widgets/e-minicard.c @@ -337,7 +337,6 @@ e_minicard_event (GnomeCanvasItem *item, GdkEvent *event) NULL ); e_minicard->has_focus = TRUE; } else { -#if 0 EBook *book; e_card_simple_sync_card(e_minicard->simple); @@ -351,7 +350,6 @@ e_minicard_event (GnomeCanvasItem *item, GdkEvent *event) e_minicard->card, card_changed_cb, NULL); -#endif gnome_canvas_item_set( e_minicard->rect, "outline_color", NULL, |