gtk -> Gtk

This commit is contained in:
Yann Leboulanger 2013-09-15 12:04:21 +02:00
parent b60e4db4ff
commit 3769db71e2
1 changed files with 1 additions and 1 deletions

View File

@ -6513,7 +6513,7 @@ class RosterWindow:
liststore.append(['SEPARATOR', None, '', True])
path = gtkgui_helpers.get_icon_path('gajim-plugins')
img = gtk.Image()
img = Gtk.Image()
img.set_from_file(path)
self.xml.get_object('plugins_menuitem').set_image(img)