[Kdenlive-devel] Configure toolbars window

Craig Drummond craig_p_drummond at yahoo.co.uk
Sat Jul 8 20:44:53 UTC 2006


Hi,

Simple patch to give the edit toolbars dialog a parent - this stops it from 
getting a taskbar entry, etc.

Craig.

Index: kdenlive.cpp
===================================================================
--- kdenlive.cpp        (revision 690)
+++ kdenlive.cpp        (working copy)
@@ -2087,7 +2087,7 @@
     void KdenliveApp::slotConfToolbars() {
        saveMainWindowSettings(KGlobal::config(), "General Options");
        KEditToolbar *dlg =
-           new KEditToolbar(actionCollection(), "kdenliveui.rc");
+           new KEditToolbar(actionCollection(), "kdenliveui.rc", true, this);
        if (dlg->exec()) {
            createGUI("kdenliveui.rc");
            applyMainWindowSettings(KGlobal::config(), "General Options");
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdenlive.cpp.patch
Type: text/x-diff
Size: 562 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20060708/a1a2654f/attachment.bin>


More information about the Kdenlive mailing list