From f086f0b95d4591146763e408480845402789c6bf Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 9 May 2000 16:47:07 +0000 Subject: Fixed reflow sorting to call reflow_request when sorting on an item 2000-05-09 Christopher James Lahey * gui/minicard/e-reflow-sorted.c: Fixed reflow sorting to call reflow_request when sorting on an item changes. svn path=/trunk/; revision=2949 --- addressbook/gui/minicard/e-reflow-sorted.c | 1 + 1 file changed, 1 insertion(+) (limited to 'addressbook/gui/minicard') 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)); } } -- cgit v1.2.3