summaryrefslogtreecommitdiff
path: root/matecomponent/libmate-panel-applet/mate-panel-applet.c
AgeCommit message (Collapse)AuthorFilesLines
2012-10-10remove matecomponentStefano Karapetsas1-1830/+0
2012-03-26matecomponent: Remove API to build matecomponent applet as shared libraryVincent Untz1-49/+0
Yes, it's bad, it breaks API and ABI. In a stable branch. But it's the matecomponent compatibility module. And it's a rather important fix. We can't have matecomponent applets as shared libraries since both matecomponent applets and dbus applets are sharing the MatePanelApplet type name, and they will conflict in the same process. Since we know we want to allow dbus in-process applets, it means we have to disallow matecomponent in-process applets. Hence this change.
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1879