hide non-implemened option in advanced notificaton window. fixes #2738
This commit is contained in:
parent
56c171b1f8
commit
1732f00412
1 changed files with 3 additions and 0 deletions
|
@ -2458,6 +2458,9 @@ class AdvancedNotificationsWindow:
|
||||||
'run_command_cb', 'command_entry', 'urgency_hint_cb'):
|
'run_command_cb', 'command_entry', 'urgency_hint_cb'):
|
||||||
self.__dict__[w] = self.xml.get_widget(w)
|
self.__dict__[w] = self.xml.get_widget(w)
|
||||||
|
|
||||||
|
#FIXME: remove when this will be implemented
|
||||||
|
self.urgency_hint_cb.set_no_show_all(True)
|
||||||
|
self.urgency_hint_cb.hide()
|
||||||
# Contains status checkboxes
|
# Contains status checkboxes
|
||||||
childs = self.status_hbox.get_children()
|
childs = self.status_hbox.get_children()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue