diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-10 00:47:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-10 00:47:07 +0800 |
commit | f086f0b95d4591146763e408480845402789c6bf (patch) | |
tree | f08665da21a860985ba570aaad01cdd31a9f9b05 /addressbook/gui | |
parent | f150fa0b160ca7aa013cf6b9db644df1547f59d4 (diff) | |
download | gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar.gz gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar.bz2 gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar.lz gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar.xz gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.tar.zst gsoc2013-evolution-f086f0b95d4591146763e408480845402789c6bf.zip |
Fixed reflow sorting to call reflow_request when sorting on an item
2000-05-09 Christopher James Lahey <clahey@helixcode.com>
* gui/minicard/e-reflow-sorted.c: Fixed reflow sorting to call
reflow_request when sorting on an item changes.
svn path=/trunk/; revision=2949
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/minicard/e-reflow-sorted.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/minicard/e-reflow-sorted.c b/addressbook/gui/minicard/e-reflow-sorted.c index a55d1987a2..a261ad7172 100644 --- a/addressbook/gui/minicard/e-reflow-sorted.c +++ b/addressbook/gui/minicard/e-reflow-sorted.c @@ -211,6 +211,7 @@ e_reflow_sorted_reorder_item(EReflowSorted *e_reflow_sorted, const gchar *id) gtk_object_unref(GTK_OBJECT(item)); g_list_free_1(list); e_reflow_sorted_add_item(reflow, item); + e_canvas_item_request_reflow(GNOME_CANVAS_ITEM(reflow)); } } |