Fix saving hostlist on host remove

This commit is contained in:
Andrew Resch 2009-01-28 00:57:45 +00:00
parent 6cd05fbbc9
commit 4d2c6881f8
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ class ConnectionManager(component.Component):
self.__update_list() self.__update_list()
# Save the host list # Save the host list
self.save() self.__save_hostlist()
def on_button_startdaemon_clicked(self, widget): def on_button_startdaemon_clicked(self, widget):
log.debug("on_button_startdaemon_clicked") log.debug("on_button_startdaemon_clicked")