run in background

This commit is contained in:
Nikos Kouremenos 2006-03-21 14:42:28 +00:00
parent c7dc01e366
commit 3b2c6021fa
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class RosterWindow:
pass #FIXME: impement disco in users for 0.9
def on_history_manager_menuitem_activate(self, widget):
os.system('python history_manager.py')
os.system('python history_manager.py &')
def get_and_connect_advanced_menuitem_menu(self, account):
xml = gtk.glade.XML(GTKGUI_GLADE, 'advanced_menuitem_menu', APP)