gtk -> Gtk
This commit is contained in:
parent
b60e4db4ff
commit
3769db71e2
|
@ -6513,7 +6513,7 @@ class RosterWindow:
|
||||||
liststore.append(['SEPARATOR', None, '', True])
|
liststore.append(['SEPARATOR', None, '', True])
|
||||||
|
|
||||||
path = gtkgui_helpers.get_icon_path('gajim-plugins')
|
path = gtkgui_helpers.get_icon_path('gajim-plugins')
|
||||||
img = gtk.Image()
|
img = Gtk.Image()
|
||||||
img.set_from_file(path)
|
img.set_from_file(path)
|
||||||
self.xml.get_object('plugins_menuitem').set_image(img)
|
self.xml.get_object('plugins_menuitem').set_image(img)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue