[pitivi] re-enable UI actions for file save/load



commit 6ac1fa13e80adc0b716bc48ed5c189ca06394296
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 16 16:28:00 2009 +0100

    re-enable UI actions for file save/load
---
 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 cc124b4..9fdbc8a 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -328,7 +328,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
             elif action_name in ["SaveProject", "SaveProjectAs",
                     "NewProject", "OpenProject"]:
                 if not self.app.settings.fileSupportEnabled:
-                    action.set_sensitive(False)
+                    action.set_sensitive(True)
             else:
                 action.set_sensitive(False)
 



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