revert [8868]. see #3463

This commit is contained in:
Yann Leboulanger 2007-09-27 06:50:34 +00:00
parent 4ed6830870
commit 2ff89ea2bc
1 changed files with 2 additions and 2 deletions

View File

@ -846,9 +846,9 @@ class RosterWindow:
if os.path.exists('history_manager.exe'): # user is running stable
helpers.exec_command('history_manager.exe')
else: # user is running svn
helpers.exec_command('%s history_manager.py' % (sys.executable,))
helpers.exec_command('python history_manager.py')
else: # Unix user
helpers.exec_command('%s history_manager.py &' % (sys.executable,))
helpers.exec_command('python history_manager.py &')
def get_and_connect_advanced_menuitem_menu(self, account):
'''adds FOR ACCOUNT options'''