-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
to restore the title bar setting after closing and opening kdenlive I
needed to add one line.

regards ttill
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAku9mZMACgkQzwEyz7QP6nQbgQCgkasAYvxhz6aEG5cPj2seecOg
R30An0+7AkqDhcM9MBgugM80sUs088la
=g3xO
-----END PGP SIGNATURE-----
Index: src/mainwindow.cpp
===================================================================
--- src/mainwindow.cpp	(revision 4375)
+++ src/mainwindow.cpp	(working copy)
@@ -1279,6 +1279,7 @@
     showTitleBar->setCheckable(true);
     connect(showTitleBar, SIGNAL(triggered(bool)), this, SLOT(slotShowTitleBars(bool)));
     showTitleBar->setChecked(KdenliveSettings::showtitlebars());
+    slotShowTitleBars(KdenliveSettings::showtitlebars());
 
     /*QAction *maxCurrent = new KAction(i18n("Maximize Current Widget"), this);
     collection->addAction("maximize_current", maxCurrent);
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Kdenlive-devel mailing list
Kdenlive-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to