Changeset f60dc5c for protocols/purple/purple.c
- Timestamp:
- 2016-07-09T01:01:15Z (8 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
r7949d5a rf60dc5c 1452 1452 dir = g_strdup_printf("%s/purple", global.conf->configdir); 1453 1453 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); 1454 1458 g_free(dir); 1455 1459
Note: See TracChangeset
for help on using the changeset viewer.