X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkentry.c;h=a1a5387d5f12756f4419be0ded0732d596316dbf;hb=0ba92bc26d1b716f2f9c0543593f13cd5a92c521;hp=a24b344cc6fd35599142f8eccd5014c4934030c8;hpb=9f41970832b60f3cf6644dfbd154df7ec24f26ce;p=~andy%2Fgtk diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index a24b344cc..a1a5387d5 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -9352,8 +9352,7 @@ gtk_entry_selection_bubble_popup_set (GtkEntry *entry) g_source_remove (priv->selection_bubble_timeout_id); priv->selection_bubble_timeout_id = - gdk_threads_add_timeout_seconds (1, gtk_entry_selection_bubble_popup_cb, - entry); + gdk_threads_add_timeout (1000, gtk_entry_selection_bubble_popup_cb, entry); } static void