summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2019-02-05 11:26:20 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2019-02-05 11:26:20 +0100
commit25fd230327c4349e0a970ebbac70684e4f9e222c (patch)
tree0e3ac9ed4b07c0b5f33f0c9e1a7d764e47d3716e /gtk/gtkicontheme.c
parent866d0c4fb9a0497aa3da310e4ce891d19f0368d8 (diff)
downloadgtk+-25fd230327c4349e0a970ebbac70684e4f9e222c.tar.gz
gtk: Drop the "plus"
Source names should use "[gtk]" without the plus.
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index ccdb7f77a8..f1b8545cda 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -729,7 +729,7 @@ queue_theme_changed (GtkIconTheme *icon_theme)
theme_changed_idle,
icon_theme,
NULL);
- g_source_set_name_by_id (priv->theme_changed_idle, "[gtk+] theme_changed_idle");
+ g_source_set_name_by_id (priv->theme_changed_idle, "[gtk] theme_changed_idle");
}
}