[rhythmbox] power-manager: inhibit suspend, not idle
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] power-manager: inhibit suspend, not idle
- Date: Sun, 9 Mar 2014 07:36:12 +0000 (UTC)
commit a19d3e702c836e5bcc623f948efb1f432cfe2913
Author: Jonathan Matthew <jonathan d14n org>
Date: Sun Mar 9 17:35:45 2014 +1000
power-manager: inhibit suspend, not idle
https://bugzilla.gnome.org/show_bug.cgi?id=705105
plugins/power-manager/rb-power-manager-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power-manager/rb-power-manager-plugin.c b/plugins/power-manager/rb-power-manager-plugin.c
index 4233d73..a68c8cf 100644
--- a/plugins/power-manager/rb-power-manager-plugin.c
+++ b/plugins/power-manager/rb-power-manager-plugin.c
@@ -94,7 +94,7 @@ inhibit (RBGPMPlugin *plugin)
NULL);
g_object_unref (shell);
- plugin->cookie = gtk_application_inhibit (app, window, GTK_APPLICATION_INHIBIT_IDLE, _("Playing"));
+ plugin->cookie = gtk_application_inhibit (app, window, GTK_APPLICATION_INHIBIT_SUSPEND, _("Playing"));
g_object_unref (window);
g_object_unref (app);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]