[pitivi: 7/13] Also disable network capture.
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi: 7/13] Also disable network capture.
- Date: Mon, 16 Mar 2009 08:04:25 -0400 (EDT)
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]