Merge branch 'master' of gitorious.codethink.co.uk:moonshot-ui/moonshot-ui
[moonshot-ui.git] / src / moonshot-msrpc-server.vala
index 5aa3a6e..9d3715a 100644 (file)
@@ -17,7 +17,7 @@ public class MoonshotServer : Object {
     public static void start (Gtk.Window window)
     {
         main_window = (MainWindow) window;
-        Rpc.server_start (MoonshotRpcInterface.spec, "/org/janet/Moonshot");
+        Rpc.server_start (MoonshotRpcInterface.spec, "/org/janet/Moonshot", Rpc.Flags.PER_USER);
     }
 
     public static MoonshotServer get_instance ()