Bug 3290: Deprecation warnings with gtk 2.18 on Ubuntu 9.10

svn: r13370
This commit is contained in:
Gerald Britton 2009-10-14 17:43:54 +00:00
parent 7ba22af095
commit 14c76f563f

View File

@ -124,7 +124,7 @@ class ButtonTab(GrampsTab):
if move_buttons:
self.up_btn = SimpleButton(gtk.STOCK_GO_UP, self.up_button_clicked)
self.share_btn.set_tooltip_text(self._MSG['up'])
self.up_btn.set_tooltip_text(self._MSG['up'])
self.down_btn = SimpleButton(gtk.STOCK_GO_DOWN,
self.down_button_clicked)
self.down_btn.set_tooltip_text(self._MSG['down'])