mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
thread/impl: Correct task source name
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3398>
This commit is contained in:
parent
be81296fb2
commit
a6e23dc9e2
@ -193,7 +193,7 @@ create_impl_source (MetaThreadImpl *thread_impl)
|
||||
MetaThreadImplSource *impl_source;
|
||||
|
||||
source = g_source_new (&impl_source_funcs, sizeof (MetaThreadImplSource));
|
||||
source_name = g_strdup_printf ("MetaThreadImpl '%s' task source",
|
||||
source_name = g_strdup_printf ("[mutter] MetaThreadImpl '%s' task source",
|
||||
meta_thread_get_name (priv->thread));
|
||||
g_source_set_name (source, source_name);
|
||||
impl_source = (MetaThreadImplSource *) source;
|
||||
|
Loading…
Reference in New Issue
Block a user