~gary-lasker/software-center/tech-items-to-launcher-fix-lp1006483

« back to all changes in this revision

Viewing changes to softwarecenter/ui/gtk3/session/appmanager.py

FINALLY

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        else:
72
72
            _appmanager = self
73
73
 
 
74
    def destroy(self):
 
75
        """Destroy the global instance."""
 
76
        global _appmanager
 
77
        _appmanager = None
 
78
 
74
79
    def request_action(self, app, addons_install, addons_remove, action):
75
80
        """callback when an app action is requested from the appview,
76
81
           if action is "remove", must check if other dependencies have to be