banshee r4562 - trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor



Author: abock
Date: Wed Sep 17 22:32:20 2008
New Revision: 4562
URL: http://svn.gnome.org/viewvc/banshee?rev=4562&view=rev

Log:
Fix typo

Modified:
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.TrackEditor/TrackEditorDialog.cs	Wed Sep 17 22:32:20 2008
@@ -400,7 +400,7 @@
             
             // Disconnect all the undo adapters
             ForeachWidget<ICanUndo> (delegate (ICanUndo undoable) {
-                undoable.Disconnect ();
+                undoable.DisconnectUndo ();
             });
             
             foreach (ITrackEditorPage page in pages) {



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