| commit | 0fa977fc95175802858967115b0933d4a326c69e | [log] [tgz] |
|---|---|---|
| author | apanchenk <apanchenk> | Fri Sep 19 13:09:06 2008 +0000 |
| committer | apanchenk <apanchenk> | Fri Sep 19 13:09:06 2008 +0000 |
| tree | cbe911c9ab9c8c105ed5f66292097785b7089b8e | |
| parent | f580b775f4a06bc1236085330f8e506760b5a43e [diff] |
savePluginPreferences()
diff --git a/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclPlugin.java b/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclPlugin.java index 31abaf3..0919888 100644 --- a/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclPlugin.java +++ b/tcl/plugins/org.eclipse.dltk.tcl.core/src/org/eclipse/dltk/tcl/core/TclPlugin.java
@@ -40,6 +40,7 @@ * This method is called when the plug-in is stopped */ public void stop(BundleContext context) throws Exception { + savePluginPreferences(); super.stop(context); plugin = null; }