jb... On Sun, Sep 12, 2010 at 5:21 AM, <xzhayon at users.sourceforge.net> wrote: > Revision: 4871 > ? ? ? ? ?http://kdenlive.svn.sourceforge.net/kdenlive/?rev=4871&view=rev > Author: ? xzhayon > Date: ? ? 2010-09-12 03:21:19 +0000 (Sun, 12 Sep 2010) > > - ? ? ? ? ? ? ? ? ? ? ? ?for (int i = 0; i < infomax && !m_abortLoading; i++) > { > - ? ? ? ? ? ? ? ? ? ? ? ? ? ?e = > infoproducers.item(i).cloneNode().toElement(); > - ? ? ? ? ? ? ? ? ? ? ? ? ? ?QString prodId = e.attribute("id"); > - ? ? ? ? ? ? ? ? ? ? ? ? ? ?if (!e.isNull() && prodId != "black" && > !prodId.startsWith("slowmotion") && !m_abortLoading) {
...the infoproducers, there, are the <kdenlive_producer />s. why are you checking for their id not to be "black" or "slowmotion"? is there any possibility that their id is not an integer? if not, i'd like to remove that check -- Alberto Villa, FreeBSD committer <avilla at FreeBSD.org> http://people.FreeBSD.org/~avilla
