pitivi r1454 - trunk/pitivi/ui



Author: edwardrv
Date: Tue Dec  9 10:57:50 2008
New Revision: 1454
URL: http://svn.gnome.org/viewvc/pitivi?rev=1454&view=rev

Log:
Temporarily disable property editor for 0.11.3 release since it doesn't do anything.

Modified:
   trunk/pitivi/ui/projecttabs.py

Modified: trunk/pitivi/ui/projecttabs.py
==============================================================================
--- trunk/pitivi/ui/projecttabs.py	(original)
+++ trunk/pitivi/ui/projecttabs.py	Tue Dec  9 10:57:50 2008
@@ -65,7 +65,8 @@
         (SourceList, _("Clip Library")),
         # (AudioFxList, _("Audio Effects")),
         # (VideoFxList, _("Video Effects")),
-        (PropertyEditor, _("Properties")),
+        # FIXME : Property editor disabled for 0.11.3 release, re-enable after
+        # (PropertyEditor, _("Properties")),
     )
 
     def __init__(self):



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