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:
parent
766f6054fe
commit
7ae4d03628
|
@ -1936,6 +1936,7 @@ class PrivacyListsWindow:
|
||||||
'privacy_lists_refresh_button', 'close_privacy_lists_window_button']:
|
'privacy_lists_refresh_button', 'close_privacy_lists_window_button']:
|
||||||
self.__dict__[widget_to_add] = self.xml.get_widget(widget_to_add)
|
self.__dict__[widget_to_add] = self.xml.get_widget(widget_to_add)
|
||||||
|
|
||||||
|
self.draw_privacy_lists_in_combobox()
|
||||||
self.privacy_lists_refresh()
|
self.privacy_lists_refresh()
|
||||||
|
|
||||||
self.enabled = True
|
self.enabled = True
|
||||||
|
|
Loading…
Reference in New Issue