tooltips object must not be destroyed

This commit is contained in:
Yann Leboulanger 2004-06-11 14:04:54 +00:00
parent f8979c3719
commit aab188b4f9
1 changed files with 2 additions and 2 deletions

View File

@ -1232,8 +1232,8 @@ class systray:
self.plugin = plugin
self.jids = []
t = trayicon.TrayIcon("Gajim")
tip = gtk.Tooltips()
tip.set_tip(t, 'Gajim')
self.tip = gtk.Tooltips()
self.tip.set_tip(t, 'Gajim')
self.img_tray = gtk.Image()
t.add(self.img_tray)
t.show_all()