diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 11:26:20 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-05 11:26:20 +0100 |
commit | 25fd230327c4349e0a970ebbac70684e4f9e222c (patch) | |
tree | 0e3ac9ed4b07c0b5f33f0c9e1a7d764e47d3716e /gtk/gtkfilesystemmodel.c | |
parent | 866d0c4fb9a0497aa3da310e4ce891d19f0368d8 (diff) | |
download | gtk+-25fd230327c4349e0a970ebbac70684e4f9e222c.tar.gz |
gtk: Drop the "plus"
Source names should use "[gtk]" without the plus.
Diffstat (limited to 'gtk/gtkfilesystemmodel.c')
-rw-r--r-- | gtk/gtkfilesystemmodel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystemmodel.c b/gtk/gtkfilesystemmodel.c index 1c39100bde..bf49e0196b 100644 --- a/gtk/gtkfilesystemmodel.c +++ b/gtk/gtkfilesystemmodel.c @@ -1148,7 +1148,7 @@ gtk_file_system_model_got_files (GObject *object, GAsyncResult *res, gpointer da thaw_func, model, NULL); - g_source_set_name_by_id (model->dir_thaw_source, "[gtk+] thaw_func"); + g_source_set_name_by_id (model->dir_thaw_source, "[gtk] thaw_func"); } for (walk = files; walk; walk = walk->next) |