[longomatch] Make sensitive the correct button



commit 32d4a0276b8066ab74b2e48bd4137a58cdffd318
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Nov 12 09:49:54 2012 +0100

    Make sensitive the correct button

 LongoMatch.GUI/Gui/Component/PlayListWidget.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PlayListWidget.cs b/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
index 23a1fcb..d800894 100644
--- a/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
@@ -65,7 +65,7 @@ namespace LongoMatch.Gui.Component
 			playlisttreeview1.PlayList = playlist;
 			playlisttreeview1.Sensitive = true;
 			savebutton.Sensitive = true;
-			newbutton.Sensitive = true;
+			newvideobutton.Sensitive = true;
 			Model = GetModel(playlist);
 		}
 



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