From 17e02f89a3ea1a9f9679ec7921909cc40c2d70f8 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 2 Oct 2011 03:37:47 +0300 Subject: [PATCH] fix ladish_control new app commands. #183 --- ladish_control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ladish_control b/ladish_control index 45e1b953..4303f70b 100755 --- a/ladish_control +++ b/ladish_control @@ -131,7 +131,7 @@ def parse_new_app_args(params_array): return index, cmdline, name, level, term def add_app(obj, cmdline, name, level, term): - dbus.Interface(obj, app_supervisor_interface_name).RunCustom(term, cmdline, name, level) + dbus.Interface(obj, app_supervisor_interface_name).RunCustom2(term, cmdline, name, level) def get_room_obj_by_name(bus, studio_iface, room_name): for room in studio_iface.GetRoomList():