~parnold-x/wingpanel-indicator-ayatana/restrict_loading

« back to all changes in this revision

Viewing changes to src/Indicator.vala

  • Committer: Djax
  • Date: 2015-05-21 20:21:00 UTC
  • Revision ID: parnold@gmx.de-20150521202100-qtq2shzu1karsvcf
adapt to new api

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
                Wingpanel.IndicatorManager.get_default ().deregister_indicator (indicator.code_name, indicator);
56
56
        }
57
57
 
58
 
        public override Gtk.Widget get_widget () {
 
58
        public override Gtk.Widget? get_widget () {
59
59
                return new Gtk.Label ("should not be shown");
60
60
        }
61
61