File kipi-plugins-0.1.5-rc1.diff of Package kipi-plugins
--- kipi-plugins/picasawebexport/picasaweblogin.cpp.orig 2008-05-06 12:04:36.000000000 +0200
+++ kipi-plugins/picasawebexport/picasaweblogin.cpp 2008-05-06 12:04:59.000000000 +0200
@@ -125,11 +125,13 @@ QString PicasawebLogin::setUsername(cons
kdDebug()<<" The username passed to me is "<<username <<endl;
m_nameEdit->setText(username);
kdDebug()<<" The username passed to me is "<<username <<endl;
+ return username;
}
QString PicasawebLogin::setPassword(const QString& password)
{
m_passwdEdit->setText(password);
+ return password;
}
}
--- kipi-plugins/slideshow/screenproperties.cpp.orig 2008-05-06 12:03:59.000000000 +0200
+++ kipi-plugins/slideshow/screenproperties.cpp 2008-05-06 12:04:22.000000000 +0200
@@ -99,6 +99,7 @@ namespace KIPISlideShowPlugin
// For NVidia graphics cards: always use sync-to-vblank
// return (setenv("__GL_SYNC_TO_VBLANK", "1", 1) == 0);
+ return false;
}
} // NameSpace KIPISlideShowPlugin