2745: PlaceView crash on old pygtk
svn: r12148
This commit is contained in:
parent
bf8f65728b
commit
f266c2523c
@ -171,6 +171,7 @@ class PlaceView(PageView.ListView):
|
||||
for widget in widgets :
|
||||
if isinstance(widget, gtk.MenuToolButton):
|
||||
widget.set_menu(mmenu)
|
||||
if gtk.pygtk_version >= (2, 12, 0):
|
||||
widget.set_arrow_tooltip_text(actionservices.arrowtooltip)
|
||||
hbox=gtk.HBox()
|
||||
img = gtk.Image()
|
||||
|
Loading…
x
Reference in New Issue
Block a user