Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@novell.com>2010-05-26 12:54:22 +0400
committerLluis Sanchez <lluis@novell.com>2010-05-26 12:54:22 +0400
commitdab0e4c08890b03f60854fb827b505659b0aea05 (patch)
tree85960c04aca6ac957f40024608ab26096caa881d /main/src/core/MonoDevelop.Ide/ChangeLog
parent9619cefbfced0114f1e7edc54113527b4990b485 (diff)
* MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs: Properly
store the selected tags list. Fixes bug #605218 - Cannot modify Task List in preferences. svn path=/trunk/monodevelop/; revision=157939
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ChangeLog')
-rw-r--r--main/src/core/MonoDevelop.Ide/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ChangeLog b/main/src/core/MonoDevelop.Ide/ChangeLog
index 8c511d55a0..89e4fd08ad 100644
--- a/main/src/core/MonoDevelop.Ide/ChangeLog
+++ b/main/src/core/MonoDevelop.Ide/ChangeLog
@@ -1,5 +1,11 @@
2010-05-26 Lluis Sanchez Gual <lluis@novell.com>
+ * MonoDevelop.Ide.Gui.OptionPanels/TasksOptionsPanel.cs:
+ Properly store the selected tags list. Fixes bug #605218 -
+ Cannot modify Task List in preferences.
+
+2010-05-26 Lluis Sanchez Gual <lluis@novell.com>
+
* MonoDevelop.Ide.Gui/DefaultWorkbench.cs:
* MonoDevelop.Components.PropertyGrid.Editors/CollectionEditor.cs:
Use ShowCustomDialog (which destroys the dialog when done)