Bug 3290: Deprecation warnings with gtk 2.18 on Ubuntu 9.10
svn: r13370
This commit is contained in:
parent
7ba22af095
commit
14c76f563f
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user