[pitivi: 7/13] Also disable network capture.



commit 6be7a72a4915452cf79e643e224d3923935ba5a3
Author: Alessandro Decina <alessandro decina collabora co uk>
Date:   Wed Mar 11 16:40:02 2009 +0100

    Also disable network capture.
---
 pitivi/ui/mainwindow.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 72b875f..d87ddd7 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -286,7 +286,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
 
         # grey out unimplemented actions
         for item in ('OpenProject', 'SaveProject',
-            'SaveProjectAs', 'Screencast'):
+            'SaveProjectAs', 'Screencast', 'NetstreamCapture'):
             for prefix in ('/MainMenuBar/File/', '/MainToolBar/'):
                 widget = self.uimanager.get_widget(prefix + item)
                 if widget is None:



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