~gary-lasker/software-center/list-view-stars-gtk3

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/views/appview.py

  • Committer: Michael Vogt
  • Date: 2011-08-02 08:30:26 UTC
  • mfrom: (1917.9.26 the-aesthetics)
  • Revision ID: michael.vogt@ubuntu.com-20110802083026-rvx4cxg7o2j232l8
merged from lp:~mmcg069/software-center/the-aesthetics with some minor tweaks (disable JS and plugins in webkit, set datadir globally in symbolic_icons tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    VARIANT_REMOVE = 1
75
75
    VARIANT_INSTALL = 2
76
76
 
77
 
 
78
77
    def __init__(self, icons, show_ratings, store=None):
79
78
        Gtk.TreeView.__init__(self)
80
79
        self._logger = logging.getLogger("softwarecenter.view.appview")