[pitivi] re-enable UI actions for file save/load
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Subject: [pitivi] re-enable UI actions for file save/load
- Date: Fri, 17 Apr 2009 09:35:09 -0400 (EDT)
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]