[pitivi: 9/94] Remove code dealing with 'Screencast' actions, because they are gone



commit e0961568a7cc122325e8bccfa19b1b977472c78d
Author: Alex BÄluÈ <alexandru balut gmail com>
Date:   Sun Aug 21 11:21:05 2011 +0200

    Remove code dealing with 'Screencast' actions, because they are gone

 pitivi/ui/mainwindow.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index 15e39cb..016f7ef 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -316,11 +316,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
                 # this will be set sensitive when the timeline duration changes
                 action.set_sensitive(False)
                 action.props.is_important = True
-            elif action_name == "Screencast":
-                # FIXME : re-enable this action once istanbul integration is complete
-                # and upstream istanbul has applied packages for proper interaction.
-                action.set_sensitive(False)
-                action.set_visible(False)
             elif action_name in [
                 "ProjectSettings", "Quit", "File", "Edit", "Help", "About",
                 "View", "FullScreen", "FullScreenAlternate", "UserManual",



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