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

--- Comment #41 from Simon <freisi...@gmail.com> ---
That was too good to be true. The only change needed should be in line 190 of
kipiimagecollection.cpp:

    return DigikamApp::instance()->view()->selectedUrls();

to

    return
DigikamApp::instance()->view()->selectedUrls(ApplicationSettings::Kipi);

However the problem is, that the kipi plugins (at least dropbox and facebook)
call this function several times, so the dialog pop ups multiple times. That's
a very bad user experience. I had a quick look at it and it seems to construct
the KipiImageCollection several times. I don't know that part at all (and don't
use kipi), so I am not overly motivated to read all this code to debug this.

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

Reply via email to