~evfool/software-center/lp626037

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/models/appstore2.py

  • Committer: Gary Lasker
  • Date: 2012-05-08 04:57:33 UTC
  • mfrom: (2989.2.8 5.2)
  • Revision ID: gary.lasker@canonical.com-20120508045733-56izfccd4hj3fcvv
merge the 5.2 branch lp:software-center/5.2 to grab the current set of fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
    """ A treestore based application model
477
477
    """
478
478
 
 
479
    __gsignals__ = {
 
480
        # meh, this is a signal from AppPropertiesHelper
 
481
        "needs-refresh": (GObject.SignalFlags.RUN_LAST,
 
482
                             None,
 
483
                             (str, ),
 
484
                            ),
 
485
        }
 
486
 
479
487
    def __init__(self, db, cache, icons, icon_size=AppGenericStore.ICON_SIZE,
480
488
                 global_icon_cache=True):
481
489
        AppGenericStore.__init__(