privacy lists open / delete buttons are not unsensitive when we open the window and no privacy lists is available. Fixes #2140

This commit is contained in:
Yann Leboulanger 2006-07-28 11:05:13 +00:00
parent 766f6054fe
commit 7ae4d03628
1 changed files with 1 additions and 0 deletions

View File

@ -1936,6 +1936,7 @@ class PrivacyListsWindow:
'privacy_lists_refresh_button', 'close_privacy_lists_window_button']:
self.__dict__[widget_to_add] = self.xml.get_widget(widget_to_add)
self.draw_privacy_lists_in_combobox()
self.privacy_lists_refresh()
self.enabled = True