[longomatch] Disable recording until we load a playlist



commit 999ff0f694b4a95d204b515ed83519baba59ede2
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Nov 7 23:25:52 2012 +0100

    Disable recording until we load a playlist

 LongoMatch.GUI/Gui/Component/PlayListWidget.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PlayListWidget.cs b/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
index 1b86583..23a1fcb 100644
--- a/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/PlayListWidget.cs
@@ -50,6 +50,7 @@ namespace LongoMatch.Gui.Component
 			playlisttreeview1.RowActivated += OnPlaylisttreeview1RowActivated;
 			playlisttreeview1.ApplyCurrentRate += OnApplyRate;
 			savebutton.Sensitive = false;
+			newvideobutton.Sensitive = false;
 
 			newbutton.CanFocus = false;
 			openbutton.CanFocus = false;
@@ -64,6 +65,7 @@ namespace LongoMatch.Gui.Component
 			playlisttreeview1.PlayList = playlist;
 			playlisttreeview1.Sensitive = true;
 			savebutton.Sensitive = true;
+			newbutton.Sensitive = true;
 			Model = GetModel(playlist);
 		}
 



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