Merge branch 'master' into plugins-python

This commit is contained in:
James Booth
2016-03-07 20:44:18 +00:00
7 changed files with 38 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ void
plugins_init(void)
{
plugins = NULL;
callbacks_init();
autocompleters_init();
#ifdef PROF_HAVE_PYTHON
@@ -434,6 +435,7 @@ plugins_shutdown(void)
autocompleters_destroy();
plugin_themes_close();
callbacks_close();
}
gchar *