From dfcb8831f38257733af1d23753487e9041ea5f06 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 8 Feb 2003 19:41:22 +0000 Subject: Some more gtk_timeout_add. 2003-02-08 Marco Pesenti Gritti * lib/widgets/ephy-location-entry.c: (ephy_location_entry_autocompletion_sources_changed_cb): Some more gtk_timeout_add. --- ChangeLog | 7 +++++++ lib/widgets/ephy-location-entry.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d2e30515b..bc8700ea6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-02-08 Marco Pesenti Gritti + + * lib/widgets/ephy-location-entry.c: + (ephy_location_entry_autocompletion_sources_changed_cb): + + Some more gtk_timeout_add. + 2003-02-08 Christian Meyer * lib/egg/egg-accel-dialog.c: diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index 29df7128e..af7da215e 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -539,7 +539,7 @@ ephy_location_entry_autocompletion_sources_changed_cb (EphyAutocompletion *aw, && p->last_completion && !strcmp (p->last_completion, gtk_entry_get_text (GTK_ENTRY (p->entry)))) { - p->autocompletion_timeout = gtk_timeout_add + p->autocompletion_timeout = g_timeout_add (AUTOCOMPLETION_DELAY, (GSourceFunc) ephy_location_entry_autocompletion_to, w); } @@ -547,7 +547,7 @@ ephy_location_entry_autocompletion_sources_changed_cb (EphyAutocompletion *aw, if (p->show_alternatives_timeout == 0 && p->autocompletion_window_visible) { - p->show_alternatives_timeout = gtk_timeout_add + p->show_alternatives_timeout = g_timeout_add (SHOW_ALTERNATIVES_DELAY, (GSourceFunc) ephy_location_entry_autocompletion_show_alternatives_to, w); } -- cgit v1.2.3