https://bugs.kde.org/show_bug.cgi?id=383835

--- Comment #11 from Mark <phob...@vivaldi.net> ---
Solved! ....maybe

The problem seems involved between k3b and kfilemetadata. So seemed to me there
might be some kind of name collision. grepped the k3b source and found clues. 
Now, this works for me (tried a number of times) but I don't know what other
problems it would cause. 

src/projects/k3bprojectplugindialog.cpp:22

K3b::ProjectPluginDialog::ProjectPluginDialog( K3b::ProjectPlugin* plugin,
K3b::Doc* doc, QWidget* parent )
    : K3b::InteractionDialog( parent,
                            QString(),
                            QString(),
                            START_BUTTON|CANCEL_BUTTON,
                            START_BUTTON,
                            plugin->metaObject()->className() )
      //m_plugin(plugin)
{
    m_pluginGui = plugin->createGUI( doc, this );

m_plugin is a name also used in kfilemetadata.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to