aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--widgets/table/e-table-search.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/table/e-table-search.c b/widgets/table/e-table-search.c
index dfc08c7cf8..1ec3583076 100644
--- a/widgets/table/e-table-search.c
+++ b/widgets/table/e-table-search.c
@@ -111,8 +111,7 @@ e_table_search_destroy (GtkObject *object)
{
ETableSearch *ets = (ETableSearch *) object;
- /* FIXME: do we need to unregister the timeout? bad things
- might happen if a timeout is still active. */
+ drop_timeout (ets);
g_free (ets->priv->search_string);
g_free (ets->priv);