[sound-juicer] Change GtkApplicationInhibit flags
- From: Phillip Wood <pwood src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sound-juicer] Change GtkApplicationInhibit flags
- Date: Mon, 1 Sep 2014 14:21:37 +0000 (UTC)
commit 827e9b273e2f44631e5d2509619a02c9bcec8809
Author: Phillip Wood <phillip wood dunelm org uk>
Date: Mon Sep 1 11:05:31 2014 +0100
Change GtkApplicationInhibit flags
It makes more sense to inhibit switching users rather than inhibiting
marking the session as idle.
https://bugzilla.gnome.org/show_bug.cgi?id=735093
src/sj-extracting.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/sj-extracting.c b/src/sj-extracting.c
index 9e1feb2..221544e 100644
--- a/src/sj-extracting.c
+++ b/src/sj-extracting.c
@@ -825,7 +825,7 @@ on_extract_activate (GtkWidget *button, gpointer user_data)
cookie = gtk_application_inhibit (GTK_APPLICATION (g_application_get_default ()),
GTK_WINDOW (main_window),
- GTK_APPLICATION_INHIBIT_SUSPEND | GTK_APPLICATION_INHIBIT_IDLE,
+ GTK_APPLICATION_INHIBIT_SUSPEND | GTK_APPLICATION_INHIBIT_SWITCH,
_("Extracting audio from CD"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]