Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2013-01-14 09:48:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-addons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-addons", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes      
2013-01-07 17:33:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2013-01-14 09:48:09.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Jan 12 21:43:39 UTC 2013 - alinm.el...@gmail.com
+
+- added notes.diff patch
+ * makes colour of the background black 
+   to blend in with the theme 
+
+-------------------------------------------------------------------

New:
----
  notes.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ plasma-addons.spec ++++++
--- /var/tmp/diff_new_pack.FZkfMr/_old  2013-01-14 09:48:10.000000000 +0100
+++ /var/tmp/diff_new_pack.FZkfMr/_new  2013-01-14 09:48:10.000000000 +0100
@@ -24,8 +24,12 @@
 Group:          System/GUI/KDE
 Url:            http://www.kde.org/
 Source0:        kdeplasma-addons-%{version}.tar.xz
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1:         krunner-akonadi-dont-cause-start.diff
+# PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2:         lancelot-suse.diff
+# PATCH-FEATURE-OPENSUSE  notes.diff alinm.el...@gmail.com -- makes colour of 
the background black to blend in with the theme
+Patch3:         notes.diff
 BuildRequires:  fdupes
 BuildRequires:  ibus-devel
 BuildRequires:  kdebase4-workspace-devel
@@ -118,6 +122,7 @@
 %setup -q -n kdeplasma-addons-%{version}
 %patch1
 %patch2
+%patch3
 
 %build
   %cmake_kde4 -d build


++++++ notes.diff ++++++
--- applets/notes/notes.cpp.old 2013-01-12 20:13:01.129437000 +0000
+++ applets/notes/notes.cpp     2013-01-12 20:16:08.413437000 +0000
@@ -55,7 +55,7 @@ public:
     TopWidget(QGraphicsWidget *parent)
         : QGraphicsWidget(parent),
           m_notesTheme(new Plasma::Svg(this)),
-          m_color("yellow-notes")
+          m_color("black-notes")
     {
         m_notesTheme->setImagePath("widgets/notes");
         m_notesTheme->setContainsMultipleImages(false);
@@ -184,7 +184,7 @@ void Notes::init()
 void Notes::configChanged()
 {
     KConfigGroup cg = config();
-    m_topWidget->setColor(cg.readEntry("color", "yellow"));
+    m_topWidget->setColor(cg.readEntry("color", "black"));
     // color must be before setPlainText("foo")
     m_useThemeColor = cg.readEntry("useThemeColor", true);
     m_useNoColor = cg.readEntry("useNoColor", true);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to