[rhythmbox] power-manager: inhibit suspend, not idle



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]