Hello community, here is the log from the commit of package plasma-addons for openSUSE:Factory checked in at 2014-02-20 07:55:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old) and /work/SRC/openSUSE:Factory/.plasma-addons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plasma-addons" Changes: -------- --- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes 2014-01-27 11:14:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 2014-02-20 07:55:12.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Feb 1 10:09:41 UTC 2014 - [email protected] + +- Update to 4.12.2 + * KDE 4.12.2 release + * See http://www.kde.org/announcements/announce-4.12.2.php + +------------------------------------------------------------------- Old: ---- kdeplasma-addons-4.12.1.tar.xz New: ---- kdeplasma-addons-4.12.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plasma-addons.spec ++++++ --- /var/tmp/diff_new_pack.hijfTO/_old 2014-02-20 07:55:13.000000000 +0100 +++ /var/tmp/diff_new_pack.hijfTO/_new 2014-02-20 07:55:13.000000000 +0100 @@ -17,7 +17,7 @@ Name: plasma-addons -Version: 4.12.1 +Version: 4.12.2 Release: 0 Summary: Additional Plasma Widgets License: GPL-2.0+ ++++++ kdeplasma-addons-4.12.1.tar.xz -> kdeplasma-addons-4.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdeplasma-addons-4.12.1/wallpapers/marble/marble.cpp new/kdeplasma-addons-4.12.2/wallpapers/marble/marble.cpp --- old/kdeplasma-addons-4.12.1/wallpapers/marble/marble.cpp 2014-01-05 07:38:21.000000000 +0100 +++ new/kdeplasma-addons-4.12.2/wallpapers/marble/marble.cpp 2014-01-26 20:42:13.000000000 +0100 @@ -143,8 +143,8 @@ QModelIndex index = themeManager.mapThemeModel()->index(i, 0, QModelIndex()); QString theme = themeManager.mapThemeModel()->data(index, Qt::DisplayRole).toString(); QIcon icon = qvariant_cast<QIcon>(themeManager.mapThemeModel()->data(index, Qt::DecorationRole)); - QModelIndex fileIndex = themeManager.mapThemeModel()->index(i, 1, QModelIndex()); - QString themeFile = themeManager.mapThemeModel()->data(fileIndex, Qt::DisplayRole).toString(); + QModelIndex fileIndex = themeManager.mapThemeModel()->index(i, 0, QModelIndex()); + QString themeFile = themeManager.mapThemeModel()->data(fileIndex, Qt::UserRole + 1).toString(); m_ui.themeList->addItem(icon, theme, themeFile); if (m_mapTheme == themeFile) { m_ui.themeList->setCurrentIndex(i); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
