src: Name all the timeouts and idles
https://bugzilla.gnome.org/show_bug.cgi?id=727983
This commit is contained in:
@@ -300,11 +300,14 @@ on_request_cancelled (GCancellable *cancellable,
|
||||
gpointer user_data)
|
||||
{
|
||||
AuthRequest *request = user_data;
|
||||
guint id;
|
||||
|
||||
/* post-pone to idle to handle GCancellable deadlock in
|
||||
*
|
||||
* https://bugzilla.gnome.org/show_bug.cgi?id=642968
|
||||
*/
|
||||
g_idle_add (handle_cancelled_in_idle, request);
|
||||
id = g_idle_add (handle_cancelled_in_idle, request);
|
||||
g_source_set_name_by_id (id, "[gnome-shell] handle_cancelled_in_idle");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user