[totem] screensaver: Fix inhibition not working
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] screensaver: Fix inhibition not working
- Date: Tue, 10 Apr 2012 16:51:14 +0000 (UTC)
commit 2c39dca3cf4fbe63c1fc86b0a6a56ac6c6d2021d
Author: Bastien Nocera <hadess hadess net>
Date: Tue Apr 10 17:50:38 2012 +0100
screensaver: Fix inhibition not working
Somebody forgot to finish the copy/paste and put a reason for
inhibition.
src/plugins/screensaver/totem-screensaver.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/screensaver/totem-screensaver.c b/src/plugins/screensaver/totem-screensaver.c
index 4de618c..c577b9c 100644
--- a/src/plugins/screensaver/totem-screensaver.c
+++ b/src/plugins/screensaver/totem-screensaver.c
@@ -81,7 +81,7 @@ totem_screensaver_update_from_state (TotemObject *totem,
pi->priv->handler_id_inhibit = gtk_application_inhibit (GTK_APPLICATION (totem),
window,
GTK_APPLICATION_INHIBIT_IDLE,
- _(""));
+ _("Playing a movie"));
g_object_unref (window);
}
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]