hide non-implemened option in advanced notificaton window. fixes #2738

This commit is contained in:
Yann Leboulanger 2006-12-04 07:49:02 +00:00
parent 56c171b1f8
commit 1732f00412
1 changed files with 3 additions and 0 deletions

View File

@ -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()