Comment 11 for bug 1241474

Revision history for this message
Alexandros Aristotelous (alexandrakkos) wrote :

well it looks right to me, thats a copy of it:

self.ind = appindicator.Indicator("indicator-sysmonitor",
          "gnome-system-monitor",
            appindicator.CATEGORY_SYSTEM_SERVICES)
        self.ind.set_status(appindicator.STATUS_ACTIVE)
        self.ind.set_label("Init...")

should i copy the whole code?