We can drop the 50_dactionmanager_retval patch. Upstream has fixed this
in the code. Here is the snippet from the new code that the patch used
to fix:

bool DActionManager::insert(DAction *action)
{
        QString id = action->id();

        DAction *a = m_actionDict[ id ];
        if ( a == action )
        {
                return false;
        }

        m_actionDict.insert( id, action );

        return true;
}

The patch was to initially fix a problem building with Qt 4.3. The
Debian package builds properly and runs just fine.

-- 
[Gutsy Sync] Please sync KToon (0.8.1-1) from Debian unstable (main)
https://bugs.launchpad.net/bugs/152423
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to