aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-10 00:47:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-10 00:47:07 +0800
commitf086f0b95d4591146763e408480845402789c6bf (patch)
treef08665da21a860985ba570aaad01cdd31a9f9b05
parentf150fa0b160ca7aa013cf6b9db644df1547f59d4 (diff)
downloadgsoc2013-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
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/minicard/e-reflow-sorted.c1
-rw-r--r--widgets/e-reflow/e-reflow-sorted.c1
3 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7148a75373..70b7181391 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2000-05-09 Christopher James Lahey <clahey@helixcode.com>
+
* backend/ebook/e-card-simple.c: Make File As change if name or
company are changed pretty much anywhere.
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));
}
}
diff --git a/widgets/e-reflow/e-reflow-sorted.c b/widgets/e-reflow/e-reflow-sorted.c
index a55d1987a2..a261ad7172 100644
--- a/widgets/e-reflow/e-reflow-sorted.c
+++ b/widgets/e-reflow/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));
}
}