aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-28 09:14:56 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-02-17 13:25:03 +0100
commit5371cce11d5391a31272a6e85421e4d2c5bf43f6 (patch)
treebb0ea9b6d6b1597eef43514ef81195630ec7ddc0
parentfc88c53fadf71ba032ecaac1a77a20cadd9935c5 (diff)
iridium: ensure cached capabilities get checked
-rw-r--r--plugins/mm-plugin-iridium.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mm-plugin-iridium.c b/plugins/mm-plugin-iridium.c
index 3501a267..67fee60e 100644
--- a/plugins/mm-plugin-iridium.c
+++ b/plugins/mm-plugin-iridium.c
@@ -158,6 +158,7 @@ supports_port (MMPluginBase *base,
return MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED;
/* Completed! */
+ cached = mm_plugin_base_supports_task_get_probed_capabilities (task);
mm_plugin_base_supports_task_complete (task, get_level_for_capabilities (cached));
return MM_PLUGIN_SUPPORTS_PORT_IN_PROGRESS;
}