aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-manager/evolution-plugin-manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+2
| | | | | As of GLib 2.28 all GObject virtual methods, including constructed(), are safe to chain up to unconditionally. Remove unnecessary checks.
* Dialogs no longer have separators.Matthew Barnes2011-01-251-1/+0
|
* Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-061-0/+3
|
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-151-2/+6
| | | | EConfig and EMAccountEditor are very, very brittle.
* Convert plugin-manager to an EExtension.Matthew Barnes2010-09-131-0/+534
How ironic.