[Telepathy-commits] [telepathy-pinocchio/master] un-break the 'reset' command
Travis Reitter
travis.reitter at collabora.co.uk
Fri Aug 15 13:34:00 PDT 2008
---
bin/pinocchio-ctl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/bin/pinocchio-ctl b/bin/pinocchio-ctl
index 5276274..68dde18 100755
--- a/bin/pinocchio-ctl
+++ b/bin/pinocchio-ctl
@@ -824,8 +824,9 @@ def command_reset(opts, args, mainloop):
bus = dbus.SessionBus()
manager = connection_manager_get(bus)
+ conn_params = {'account': opts['username'], 'password': opts['password']}
connection, service, proxy_obj = connection_get_opened(bus, manager,
- CONN_PARAMS, opts)
+ conn_params, opts)
connection.reset_to_default_contacts_file()
--
1.5.6.3
More information about the Telepathy-commits
mailing list