GNOME Bugzilla – Bug 792304
wnck_set_client_type should silently ignore attempts to the the same client type again.
Last modified: 2018-01-10 03:25:35 UTC
We should relax the critical warning when the client type is set and only emit it is the user tries to set a different client type. An attempt to set the same client type again should be silently ignored. This makes it easier in cases where multiple parts in the program that need to set the same client type because we do not need to check if it has already been set.
Created attachment 366461 [details] [review] util: allow setting the same client type again
The following fix has been pushed: commit 16cda4b util: allow setting the same client type again
Created attachment 366583 [details] [review] util: allow setting the same client type again