[gnome-subtitles] Code review



commit bab444628aefd95f7f98cdda4630dfab310b626a
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Sat Jul 16 19:13:34 2011 +0100

    Code review

 .../Core/Command/FixedMultipleSelectionCommand.cs  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/GnomeSubtitles/Core/Command/FixedMultipleSelectionCommand.cs b/src/GnomeSubtitles/Core/Command/FixedMultipleSelectionCommand.cs
index 49d5ea2..27557ef 100644
--- a/src/GnomeSubtitles/Core/Command/FixedMultipleSelectionCommand.cs
+++ b/src/GnomeSubtitles/Core/Command/FixedMultipleSelectionCommand.cs
@@ -62,7 +62,7 @@ public abstract class FixedMultipleSelectionCommand : MultipleSelectionCommand {
 		}
 		Base.Ui.View.Refresh();
 		if (reselect)
-			Base.Ui.View.Selection.Reselect();
+			Base.Ui.View.Selection.Reselect();  //TODO check where reselect is needed, there might be a better approach to this
 		
 		PostProcess();
 		return true;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]