summaryrefslogtreecommitdiff
path: root/applets/notification_area/libstatus-notifier-watcher
AgeCommit message (Collapse)AuthorFilesLines
2017-03-30status-notifier: Plug a memory leakColomban Wendling1-0/+1
2017-03-24status-notifier-watcher: Allow re-registration of registered items (#543)Colomban Wendling1-0/+14
The SNI specification doesn't explicitly state what should happen when trying to register again an already registered item, so it would seem only logical to forbid it. Unfortunately, libappindicator tries re-registering pretty often, and even falls back to System Tray if it fails. So in practice we need to be forgiving and pretend it's OK, or we get a duplicate System Tray item for this one. Fixes #539.
2017-01-23Lower GLib dependencyColomban Wendling2-6/+24
2017-01-23Add StatusNotifier support to the Notification Area appletColomban Wendling7-0/+614
The StatusNotifier part of the implementation is based off gnome-panel's status-notifier applet.