* update to new ModestWidgetFactory API
[modest] / src / gtk2 / modest-ui.c
index 579efa8..2440089 100644 (file)
@@ -182,7 +182,7 @@ modest_ui_new (ModestConf *modest_conf)
         }
 
        priv->widget_factory = modest_widget_factory_new (
-               priv->conf, priv->account_store, priv->account_mgr, TRUE);
+               priv->conf, priv->account_store, priv->account_mgr);
        if (!priv->account_store) {
                g_printerr ("modest: could not initialize widget factory\n");
                return NULL;