hide non-implemened option in advanced notificaton window. fixes #2738
This commit is contained in:
parent
56c171b1f8
commit
1732f00412
|
@ -2458,6 +2458,9 @@ class AdvancedNotificationsWindow:
|
|||
'run_command_cb', 'command_entry', 'urgency_hint_cb'):
|
||||
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
|
||||
childs = self.status_hbox.get_children()
|
||||
|
||||
|
|
Loading…
Reference in New Issue