Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 74567

Summary: media-plugins/kipi-plugins-0.1_beta1 kimg2mpg.cpp diff
Product: Gentoo Linux Reporter: augury@vampares.org <Augury>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***