Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/browser_side/dialog.py Sun May 29 15:25:46 2011 +0200 +++ b/browser_side/dialog.py Sun May 29 16:07:46 2011 +0200 @@ -226,7 +226,7 @@ for group in _groups: self.list_box.addItem(group) - def setGroupsSelected(self, groups): + def setGroupsSelected(self, selected_groups): if groups: self.list_box.setItemTextSelection(selected_groups)