From bbb842cbedd45a3952496bb616c0e88a0416f6a9 Mon Sep 17 00:00:00 2001 From: hiro Date: Mon, 26 Jun 2006 04:03:31 +0000 Subject: made workarounds for the crash in GTK+ 2.8.x. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1089 ee746299-78ed-0310-b773-934348b2243d --- src/gtkutils.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gtkutils.h') diff --git a/src/gtkutils.h b/src/gtkutils.h index 15872de2..ebc9bfed 100644 --- a/src/gtkutils.h +++ b/src/gtkutils.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include #include @@ -163,6 +164,9 @@ void gtkut_tree_view_scroll_to_cell (GtkTreeView *treeview, GtkTreePath *path, gboolean align_center); +void gtkut_tree_view_fast_clear (GtkTreeView *treeview, + GtkTreeStore *store); + void gtkut_combo_set_items (GtkCombo *combo, const gchar *str1, ...); -- cgit v1.2.3