fix dbus-glib: mangle show_ui->ShowUi
authorKevin Wasserman <krwasserman@hotmail.com>
Tue, 28 May 2013 15:44:56 +0000 (11:44 -0400)
committerKevin Wasserman <krwasserman@hotmail.com>
Tue, 28 May 2013 15:44:56 +0000 (11:44 -0400)
src/moonshot-identity-manager-app.vala

index d7fc42f..891ee6a 100644 (file)
@@ -241,7 +241,7 @@ public class IdentityManagerApp {
                                                              "/org/janet/moonshot",
                                                              "org.janet.Moonshot");
                 if (manager_proxy != null)
-                    manager_proxy.call("show_ui", out e, GLib.Type.INVALID, typeof(bool), out shown, GLib.Type.INVALID);
+                    manager_proxy.call("ShowUi", out e, GLib.Type.INVALID, typeof(bool), out shown, GLib.Type.INVALID);
 
                 if (!shown) {
                     GLib.error ("Couldn't own name org.janet.Moonshot on dbus or show previously launched identity manager.");