Created
April 6, 2015 14:41
-
-
Save nakamuray/d3d59942a32a0060f17b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- gnome-settings-daemon-3.16.0/plugins/power/gsd-power-manager.c.orig 2015-04-06 23:29:49.524370265 +0900 | |
+++ gnome-settings-daemon-3.16.0/plugins/power/gsd-power-manager.c 2015-04-06 23:30:50.168580365 +0900 | |
@@ -1009,10 +1009,7 @@ | |
g_error_free (error); | |
} | |
- if (manager->priv->is_tablet) | |
- action_suspend (manager); | |
- else | |
- screen_devices_disable (manager); | |
+ screen_devices_disable (manager); | |
g_debug ("TESTSUITE: Blanked screen"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment