diff options
Diffstat (limited to 'kde-misc/rsibreak/files')
-rw-r--r-- | kde-misc/rsibreak/files/digest-rsibreak-0.7.0 | 3 | ||||
-rw-r--r-- | kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch | 19 |
2 files changed, 22 insertions, 0 deletions
diff --git a/kde-misc/rsibreak/files/digest-rsibreak-0.7.0 b/kde-misc/rsibreak/files/digest-rsibreak-0.7.0 new file mode 100644 index 000000000000..4a5f407dea59 --- /dev/null +++ b/kde-misc/rsibreak/files/digest-rsibreak-0.7.0 @@ -0,0 +1,3 @@ +MD5 b49913f4f36b139282dc84d16344b53e Rsibreak-0.7.0.tar.bz2 569279 +RMD160 309da5a95279b73b39af66ca020176837515803c Rsibreak-0.7.0.tar.bz2 569279 +SHA256 e42054440396c0d5bcfa086a98e5e58ca384bed00c9e657b3786603d74ae3be3 Rsibreak-0.7.0.tar.bz2 569279 diff --git a/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch b/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch new file mode 100644 index 000000000000..7be8febd8990 --- /dev/null +++ b/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch @@ -0,0 +1,19 @@ +--- rsibreak/src/rsiwidget.cpp (revision 553033)
++++ rsibreak/src/rsiwidget.cpp (working copy)
+@@ -167,7 +167,6 @@
+ connect( m_dcopIface, SIGNAL( signalSuspend( bool) ),
+ m_relaxpopup, SLOT( setVisible( bool ) ) );
+
+- setIcon( 0 );
+ srand ( time(NULL) );
+
+ QBoxLayout *topLayout = new QVBoxLayout( this, 5);
+@@ -203,6 +202,8 @@
+
+ readConfig();
+
++ setIcon( 0 );
++
+ // if there are no images found, the break will appear in black.
+ // if the text color is black (default) then change that.
+ if (m_files.count() == 0 &&
|