~phablet-team/history-service/optimize_dbus_traffic

« back to all changes in this revision

Viewing changes to daemon/pluginmanager.cpp

  • Committer: Gustavo Pichorim Boiko
  • Date: 2017-01-04 23:51:59 UTC
  • mfrom: (230.3.4 history-service)
  • Revision ID: gustavo.boiko@canonical.com-20170104235159-70l5l9mtw2rekdoo
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
{
56
56
    QString pluginPath = qgetenv("HISTORY_PLUGIN_PATH");
57
57
    if (pluginPath.isEmpty()) {
58
 
        pluginPath = HISTORY_PLUGIN_PATH;
 
58
        pluginPath = qgetenv("SNAP") + HISTORY_PLUGIN_PATH;
59
59
    }
60
60
 
61
61
    QDir dir(pluginPath);