Browse Source

Disabled plugins since it lead to a crash on Arch Linux. We most likely have to rewrite the plugin system.

merge-requests/365/head
Ole Christian Eidheim 10 years ago
parent
commit
65cb9faec9
  1. 2
      src/api.cc

2
src/api.cc

@ -13,7 +13,7 @@ PluginApi::PluginApi(Notebook* notebook, Menu* menu) {
this->menu = menu;
DEBUG("Initiating plugins(from plugins.py)..");
#ifndef __APPLE__
InitPlugins(); //TODO: fix this
//InitPlugins(); //TODO: fix this
#endif
DEBUG("Plugins initiated..");
}

Loading…
Cancel
Save