Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
kdeaddons3
fix-kimgalleryplugin-output.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-kimgalleryplugin-output.diff of Package kdeaddons3
Index: konq-plugins/kimgalleryplugin/imgalleryplugin.cpp =================================================================== --- konq-plugins/kimgalleryplugin/imgalleryplugin.cpp (revision 485498) +++ konq-plugins/kimgalleryplugin/imgalleryplugin.cpp (working copy) @@ -126,7 +126,7 @@ stream << "<head>" << endl; stream << "<title>" << QStyleSheet::escape(m_configDlg->getTitle()) << "</title>" << endl; stream << "<meta http-equiv=\"content-type\" content=\"text/html; charset=" << chsetName << "\"/>" << endl; - stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " KDE_VERSION_STRING "\"/>" << endl; + stream << "<meta name=\"GENERATOR\" content=\"KDE Konqueror KImgallery plugin version " << KDE_VERSION_MAJOR << "." << KDE_VERSION_MINOR << "." << KDE_VERSION_RELEASE << "\"/>" << endl; createCSSSection(stream); stream << "</head>" << endl; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor