emoji chooser: Name the idle

We recently added an idle that does quite a bit of work.
It should have a name.
This commit is contained in:
Matthias Clasen 2019-05-07 18:41:22 +00:00
parent 31cd43a245
commit 725e7c7470

View File

@ -686,6 +686,7 @@ gtk_emoji_chooser_init (GtkEmojiChooser *chooser)
populate_recent_section (chooser);
chooser->populate_idle = g_idle_add (populate_emoji_chooser, chooser);
g_source_set_name_by_id (chooser->populate_idle, "[gtk] populate_emoji_chooser");
}
static void