changeset d613efae3c96 in /home/hg/repos/gajim

details:http://hg.gajim.org/gajim?cmd=changeset;node=d613efae3c96
description: [Dicson] Fix call to history manager

diffstat:

 src/common/connection_handlers.py |  2 +-
 src/roster_window.py              |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4005dc4707fe -r d613efae3c96 src/common/connection_handlers.py
--- a/src/common/connection_handlers.py Thu Oct 08 15:21:18 2009 +0300
+++ b/src/common/connection_handlers.py Thu Oct 08 17:51:49 2009 +0200
@@ -351,7 +351,7 @@
                file_props['hash'] = hash_id
                return
 
-       def _connect_error(self, to, _id, sid, code = 404):
+       def _connect_error(self, to, _id, sid, code=404):
                ''' cb, when there is an error establishing BS connection, or
                when connection is rejected'''
                if not self.connection or self.connected < 2:
diff -r 4005dc4707fe -r d613efae3c96 src/roster_window.py
--- a/src/roster_window.py      Thu Oct 08 15:21:18 2009 +0300
+++ b/src/roster_window.py      Thu Oct 08 17:51:49 2009 +0200
@@ -2396,7 +2396,7 @@
                        else: # user is running svn
                                helpers.exec_command('%s history_manager.py' % 
sys.executable)
                else: # Unix user
-                       helpers.exec_command('%s history_manager.py &' % 
sys.executable)
+                       helpers.exec_command('%s history_manager.py' % 
sys.executable)
 
        def on_info(self, widget, contact, account):
                '''Call vcard_information_window class to display contact's 
information'''
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to