[Xfce4-commits] <xfce4-power-manager:master> Fix console kit D-Bus path and interface names

Ali Abdallah noreply at xfce.org
Sat Jan 30 02:18:11 CET 2010


Updating branch refs/heads/master
         to 6eb3d89aee72a635f7e479ca3d45874c53718b88 (commit)
       from 9b5cb60049ed2c355a0c498bde810fb6f7fa937f (commit)

commit 6eb3d89aee72a635f7e479ca3d45874c53718b88
Author: Ali Abdallah <ali at ali-xfce.org>
Date:   Fri Nov 6 14:07:26 2009 +0100

    Fix console kit D-Bus path and interface names

 src/xfpm-console-kit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xfpm-console-kit.c b/src/xfpm-console-kit.c
index b714555..cffc8b5 100644
--- a/src/xfpm-console-kit.c
+++ b/src/xfpm-console-kit.c
@@ -142,8 +142,8 @@ xfpm_console_kit_init (XfpmConsoleKit *console)
     
     console->priv->proxy = dbus_g_proxy_new_for_name (console->priv->bus,
 						      "org.freedesktop.ConsoleKit",
-						      "/org/freedesktop/ConsoleKit",
-						      "org.freedesktop.ConsoleKit");
+						      "/org/freedesktop/ConsoleKit/Manager",
+						      "org.freedesktop.ConsoleKit.Manager");
 						      
     if ( !console->priv->proxy )
     {



More information about the Xfce4-commits mailing list