comparison browser_side/dialog.py @ 57:e552a67b933d

Contact update + add dedication in About dialog
author Goffi <goffi@goffi.org>
date Sun, 29 May 2011 16:07:46 +0200
parents d5266c41ca24
children 12e889a683ce
comparison
equal deleted inserted replaced
56:5fa710058e2d 57:e552a67b933d
224 _groups.sort() 224 _groups.sort()
225 self.list_box.clear() 225 self.list_box.clear()
226 for group in _groups: 226 for group in _groups:
227 self.list_box.addItem(group) 227 self.list_box.addItem(group)
228 228
229 def setGroupsSelected(self, groups): 229 def setGroupsSelected(self, selected_groups):
230 if groups: 230 if groups:
231 self.list_box.setItemTextSelection(selected_groups) 231 self.list_box.setItemTextSelection(selected_groups)
232 232
233 def onOK(self, sender): 233 def onOK(self, sender):
234 self.hide() 234 self.hide()