Oops, wrong constants
authorEd Page <eopage@byu.net>
Thu, 1 Apr 2010 19:18:36 +0000 (14:18 -0500)
committerEd Page <eopage@byu.net>
Thu, 1 Apr 2010 19:18:36 +0000 (14:18 -0500)
src/libview.py

index 54df46e..16c7115 100644 (file)
@@ -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()