correctly set_type_hint

This commit is contained in:
Denis Fomin 2013-01-05 22:10:57 +04:00
parent ab7ce2b42e
commit b913acd5ef
1 changed files with 1 additions and 1 deletions

View File

@ -2806,7 +2806,7 @@ class PopupNotificationWindow:
xml = gtkgui_helpers.get_gtk_builder('popup_notification_window.ui')
self.window = xml.get_object('popup_notification_window')
self.set_type_hint(Gdk.WindowTypeHint.TOOLTIP)
self.window.set_type_hint(Gdk.WindowTypeHint.TOOLTIP)
close_button = xml.get_object('close_button')
event_type_label = xml.get_object('event_type_label')
event_description_label = xml.get_object('event_description_label')