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