diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-28 22:48:00 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:18 +0100 |
commit | 1701230f5164087bd7c279c35c8797ae1e80f0d5 (patch) | |
tree | 5a5035f97c1b067302ad90c24801284e54da8b8e /plugins/cinterion/mm-plugin-cinterion.c | |
parent | 03fbdece7178d3b65e4a8ed2825dc45b4c9527ff (diff) |
plugin-base: remove the SORT_LAST property
Plugins that need to get sorted last by the PluginManager can now be determined
just by looking at the post probing filters.
Diffstat (limited to 'plugins/cinterion/mm-plugin-cinterion.c')
-rw-r--r-- | plugins/cinterion/mm-plugin-cinterion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-plugin-cinterion.c b/plugins/cinterion/mm-plugin-cinterion.c index d6aa54cd..e712d692 100644 --- a/plugins/cinterion/mm-plugin-cinterion.c +++ b/plugins/cinterion/mm-plugin-cinterion.c @@ -101,7 +101,6 @@ mm_plugin_create (void) MM_PLUGIN_BASE_ALLOWED_VENDOR_STRINGS, vendor_strings, MM_PLUGIN_BASE_ALLOWED_VENDOR_IDS, vendor_ids, MM_PLUGIN_BASE_ALLOWED_AT, TRUE, - MM_PLUGIN_BASE_SORT_LAST, TRUE, NULL)); } |