Ignore:
Timestamp:
2016-07-09T01:01:15Z (8 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
9ae8f82
Parents:
7949d5a (diff), 60d6c03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'develop'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/purple.c

    r7949d5a rf60dc5c  
    14521452        dir = g_strdup_printf("%s/purple", global.conf->configdir);
    14531453        purple_util_set_user_dir(dir);
     1454        g_free(dir);
     1455
     1456        dir = g_strdup_printf("%s/purple", global.conf->plugindir);
     1457        purple_plugins_add_search_path(dir);
    14541458        g_free(dir);
    14551459
Note: See TracChangeset for help on using the changeset viewer.