GNOME Bugzilla – Bug 719975
Fix apparent typo
Last modified: 2013-12-10 12:48:06 UTC
There seems to be a typo in the 30s timeout that the power plugin sets to inhibit lid close action when there's external monitors, it announces through g_debug() that it'd keep running to check again after, but actually returns G_SOURCE_REMOVE. That looks like a c&p typo, I'm attaching a patch to fix that.
Created attachment 263671 [details] [review] power: Fix what seems to be a c&p typo The check to inhibit the lid close action when there's external monitors was quitting after the first run, even though it announces it will check again later.
Review of attachment 263671 [details] [review]: Correct.
Attachment 263671 [details] pushed as 89e70a9 - power: Fix what seems to be a c&p typo