[Fix] Silly type.

This commit is contained in:
Allanis 2013-04-13 19:00:43 +01:00
parent 839f4e71e5
commit 518091ddee
2 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ class space:
def __space_draw(self, wgt=None, event=None):
area = self.__swidget("draSpace")
style = area.get_syle()
style = area.get_style()
gc = style.fg_gc[gtk.STATE_NORMAL]
bg_gc = style.bg_gc[gtk.STATE_NORMAL]
wx, wy, ww, wh = area.get_allocation()

Binary file not shown.