id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
1243,Error message when plugin overrides document class (happens anyway); document classes lose default after plugin deactivation,zenogantner,,"Currently (as of Padre 0.86), there is an error message if a plugin overrides a document class. The document class is overridden nonetheless.
When unloading a plugin, the default/initial document class is not restored.

How to reproduce:
1. In Padre::MimeTypes, add a document class (e.g. Padre::Document::Config for Padre 0.86 or Padre::Document::PercentComment for Padre 0.87/trunk) to the LaTeX MIME type.
2. Run ./dev
3. Load .tex file: comment toggling works
4. Load LaTeX plugin: there is the error message, plugin is loaded anyway
5. Unload LaTeX plugin
6. Load .tex file: no comment toggling is supported any more!",defect,closed,major,,plugins,0.86,fixed,,
