]> git.sesse.net Git - kdenlive/commitdiff
Disable the "Add custom effect" submenu since this feature is not implemented yet
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 5 Oct 2008 09:33:31 +0000 (09:33 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Sun, 5 Oct 2008 09:33:31 +0000 (09:33 +0000)
svn path=/branches/KDE4/; revision=2432

src/kdenliveui.rc
src/mainwindow.cpp

index a4abe4d4394d5cc2be620af076a30e870cdcd7bc..c42ed45de8e6a72e678a8de40f73e4fee2c552ac 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<gui name="kdenlive" version="22">
+<gui name="kdenlive" version="23">
   <ToolBar name="extraToolBar" >
     <text>Extra Toolbar</text>
        <Action name="project_render" />
@@ -44,8 +44,8 @@
       </Menu>
       <Menu name="audio_effects_menu" ><text>Add Audio Effect</text>
       </Menu>
-      <Menu name="custom_effects_menu" ><text>Add Custom Effect</text>
-      </Menu>
+      <!-- <Menu name="custom_effects_menu" ><text>Add Custom Effect</text>
+      </Menu> -->
          <Separator />
                <Action name="show_video_thumbs" />
                <Action name="show_audio_thumbs" />
index 38126ceed4fd642d7a14624c2fd569cf599aa2d4..d52c464fa36e762377e45148e70426f336aa08d0 100644 (file)
@@ -262,7 +262,8 @@ MainWindow::MainWindow(QWidget *parent)
     m_timelineContextClipMenu->addMenu(transitionsMenu);
     m_timelineContextClipMenu->addMenu(videoEffectsMenu);
     m_timelineContextClipMenu->addMenu(audioEffectsMenu);
-    m_timelineContextClipMenu->addMenu(m_customEffectsMenu);
+    //TODO: re-enable custom effects menu when it is implemented
+    //m_timelineContextClipMenu->addMenu(m_customEffectsMenu);
 
     m_timelineContextTransitionMenu->addAction(actionCollection()->action("delete_timeline_clip"));
     m_timelineContextTransitionMenu->addAction(actionCollection()->action(KStandardAction::name(KStandardAction::Copy)));