X-Git-Url: http://git.maemo.org/git/?p=multilist;a=blobdiff_plain;f=src%2Flibview.py;fp=src%2Flibview.py;h=16c7115fd984ca534d5895e8b497af449c7a6bf3;hp=54df46e07a604e601f74dbfa783ac7f04b21f510;hb=05740fa08076b6a4ac60523345cc257260d13f6c;hpb=d5640a05eec9498297b14849db53f1ffcf46dc0b diff --git a/src/libview.py b/src/libview.py index 54df46e..16c7115 100644 --- a/src/libview.py +++ b/src/libview.py @@ -235,7 +235,7 @@ class View(gtk.VBox): # HACK Hildon has theme issues with inconsistent items, so # we have a hacked together toggle to make it work on # hildon - if hildonize.IS_HILDON: + if hildonize.IS_HILDON_SUPPORTED: self.cell[i] = CellRendererTriple() else: self.cell[i] = TripleToggleCellRenderer()