Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74567 - media-plugins/kipi-plugins-0.1_beta1 kimg2mpg.cpp diff
Summary: media-plugins/kipi-plugins-0.1_beta1 kimg2mpg.cpp diff
Status: RESOLVED DUPLICATE of bug 74559
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-15 16:13 UTC by augury@vampares.org
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description augury@vampares.org 2004-12-15 16:13:50 UTC
media-plugins/kipi-plugins-0.1_beta1

libkipi's imagedialog.h has a singular getImageURL

--- kipi-plugins/mpegencoder/kimg2mpg.cpp	2004-10-09 13:12:03.000000000 -0400
+++ kipi-plugins/mpegencoder/kimg2mpg.cpp	2004-12-15 18:18:19.394654768 -0500
@@ -553,5 +553,5 @@
 {
     KURL::List ImageFilesList =
-        KIPI::ImageDialog::getImageURLs( this, m_interface );
+        KIPI::ImageDialog::getImageURL( this, m_interface );
     if ( !ImageFilesList.isEmpty() )
         addItems( ImageFilesList );
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2004-12-15 16:18:51 UTC

*** This bug has been marked as a duplicate of 74559 ***