Skip to content

Commit

Permalink
[GTK] fix against latest api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris 'billiob' Faure committed May 28, 2009
1 parent d0acb7a commit 4753fea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amsn2/gui/front_ends/gtk/image.py
Expand Up @@ -25,10 +25,9 @@
from amsn2.gui import base
from amsn2.core.views import imageview

class Image(gtk.Image, base.aMSNImage):
class Image(gtk.Image):
def __init__(self, theme_manager, view):
gtk.Image.__init__(self)
base.aMSNImage.__init__(self, theme_manager, view)

def _loadFromFilename(self, filename, view, index):
# TODO: Implement support for emblems and other embedded images
Expand Down

0 comments on commit 4753fea

Please sign in to comment.