diff options
Diffstat (limited to 'gtk/gtkexpander.c')
-rw-r--r-- | gtk/gtkexpander.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index f725b05ffb..a9d728e30b 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -1147,6 +1147,7 @@ gtk_expander_drag_motion (GtkWidget *widget, if (!priv->expanded && !priv->expand_timer) { priv->expand_timer = gdk_threads_add_timeout (TIMEOUT_EXPAND, (GSourceFunc) expand_timeout, expander); + g_source_set_name_by_id (priv->expand_timer, "[gtk+] expand_timeout"); } return TRUE; |