show tooltip bg color from gtk-theme

This commit is contained in:
Nikos Kouremenos 2005-07-08 12:51:58 +00:00
parent 07f9843e1e
commit 5084392f30
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ class RosterTooltip(gtk.Window):
gtk.Window.__init__(self, gtk.WINDOW_POPUP)
self.plugin = plugin
self.set_resizable(False)
self.set_name('roster-tooltips')
self.set_name('gtk-tooltips')
hbox = gtk.HBox()
hbox.set_spacing(6)
hbox.set_border_width(6)