]> git.sesse.net Git - kdenlive/commit
Eliminate two runtime warnings from the status bar.
authorRay Lehtiniemi <rayl@mail.com>
Sun, 5 Apr 2009 23:57:06 +0000 (23:57 +0000)
committerRay Lehtiniemi <rayl@mail.com>
Sun, 5 Apr 2009 23:57:06 +0000 (23:57 +0000)
commit3438a93570bcb718d29b545624d7509bf95c36f4
tree4c9d6d7c557f5ae1bc94a058a72da2b22c75dce1
parent9bec6403481cb25f92067e78a0f4adce39285924
Eliminate two runtime warnings from the status bar.

Instead of explicitly specifying the position of various items,
just add them in order. This eliminates runtime warnings because
the explicitly specified positions were not contiguous.

Signed-off-by: Ray Lehtiniemi <rayl@mail.com>
svn path=/trunk/kdenlive/; revision=3233
src/mainwindow.cpp