Documented a bug with plug-in management

This commit is contained in:
Pierre Pronchery 2012-05-15 21:10:34 +00:00
parent ef1b66f74d
commit 65be2ec7de

View File

@ -2308,7 +2308,9 @@ static void _plugins_on_ok(gpointer data)
PHONE_PLUGINS_COLUMN_FILENAME, &name, -1);
if(enabled)
{
/* only load plug-ins that are not already loaded */
if(plugin == NULL)
/* FIXME this shouldn't always be reached */
phone_load(phone, name);
res |= string_append(&value, sep);
res |= string_append(&value, name);