rm the fixme

This commit is contained in:
Nikos Kouremenos 2006-03-27 13:43:58 +00:00
parent cc9a147dc0
commit b7edb82028
1 changed files with 3 additions and 3 deletions

View File

@ -564,10 +564,10 @@ class RosterWindow:
gajim.connections[account].send_motd(server)
def on_history_manager_menuitem_activate(self, widget):
if os.name == 'nt': # FIXME: test it actually works..
if os.path.exists('history_manager.exe'): # he's running stable
if os.name == 'nt':
if os.path.exists('history_manager.exe'): # user is running stable
os.startfile('history_manager.exe')
else: # he is svn user
else: # user is running svn
try:
os.startfile('history_manager.py')
except: # user doesn't have pywin32, too bad for him