~bilalakhtar/update-manager/unity-crash-fix

« back to all changes in this revision

Viewing changes to UpdateManager/UnitySupport.py

  • Committer: Bilal Akhtar
  • Date: 2011-05-16 05:18:37 UTC
  • Revision ID: bilalakhtar@ubuntu.com-20110516051837-0nleipuga93x8ap1
Use MENUITEM_PROP_ENABLED until Unity is fixed to support the Visible property

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
            self._unity.set_property("urgent", False)
75
75
 
76
76
    def set_install_menuitem_visible(self, visible):
77
 
        self.install_dbusmenuitem.property_set_bool(Dbusmenu.MENUITEM_PROP_VISIBLE, visible)
 
77
        self.install_dbusmenuitem.property_set_bool(Dbusmenu.MENUITEM_PROP_ENABLED, visible)
78
78
 
79
79
 
80
80
# check what to export to the clients