Пример #1
0
 def refresh_server_list(self, liststore, tab):
     """
     Refreshes the Serverlist of a tab
     
     @param liststore - the liststore which contains the servers to be 
                        refreshed
     @param tab - the tab requesting the refresh
     """
     Log.log.debug('[GuiController] refresh_server_list called...')
     qm = QueryManager()
     tab.set_querymanager(qm)
     qm.start_serverlist_refresh(liststore, tab)