Changeset 17e02f89a3ea1a9f9679ec7921909cc40c2d70f8
- Timestamp:
- 10/02/11 03:37:47 (20 months ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- f14ff0f10e10a6daf673d19090dd1afc72cee768
- Parents:
- 36ef11202b7e4345f2402d8ea9cf6395ac857081
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2011-10-02T03:37:47Z+0300
- Message:
-
fix ladish_control new app commands. #183
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rc0b6865
|
r17e02f8
|
|
| 132 | 132 | |
| 133 | 133 | def add_app(obj, cmdline, name, level, term): |
| 134 | | dbus.Interface(obj, app_supervisor_interface_name).RunCustom(term, cmdline, name, level) |
| | 134 | dbus.Interface(obj, app_supervisor_interface_name).RunCustom2(term, cmdline, name, level) |
| 135 | 135 | |
| 136 | 136 | def get_room_obj_by_name(bus, studio_iface, room_name): |