[gnome-session] manager: Fix notification for inhibited-actions property



commit 495ee7c32525d853537121eb9d8033c7859b8a7c
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jan 25 17:34:09 2013 +0100

    manager: Fix notification for inhibited-actions property

 gnome-session/gsm-manager.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-manager.c b/gnome-session/gsm-manager.c
index 10a77d1..fbe7cb5 100644
--- a/gnome-session/gsm-manager.c
+++ b/gnome-session/gsm-manager.c
@@ -2438,7 +2438,7 @@ update_inhibited_actions (GsmManager *manager,
                 return;
 
         manager->priv->inhibited_actions = new_inhibited_actions;
-        g_object_notify (G_OBJECT (manager), "inhibited-for");
+        g_object_notify (G_OBJECT (manager), "inhibited-actions");
 
         /* Now, the following bits emit the PropertiesChanged signal
          * that GDBus expects.  This code should just die in a port to



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]