diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-20 19:06:47 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-20 19:06:47 +0000 |
commit | 28e1ceae78f5b29c638f25ab9e63d0c3b62a1648 (patch) | |
tree | edeafe9f473e63f99c1c416e19f059f92af5d091 /kde-misc | |
parent | Little fix to the LINGUAS stuff (diff) | |
download | gentoo-2-28e1ceae78f5b29c638f25ab9e63d0c3b62a1648.tar.gz gentoo-2-28e1ceae78f5b29c638f25ab9e63d0c3b62a1648.tar.bz2 gentoo-2-28e1ceae78f5b29c638f25ab9e63d0c3b62a1648.zip |
Replace patch with a refreshed one in correct unix format.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/rsibreak/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch | 40 |
2 files changed, 26 insertions, 20 deletions
diff --git a/kde-misc/rsibreak/ChangeLog b/kde-misc/rsibreak/ChangeLog index 3bfdcaabe11d..fe3c97f70d92 100644 --- a/kde-misc/rsibreak/ChangeLog +++ b/kde-misc/rsibreak/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/rsibreak # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.12 2006/06/19 22:23:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/rsibreak/ChangeLog,v 1.13 2006/06/20 19:06:47 flameeyes Exp $ + + 20 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + files/rsibreak-0.7.0-crash.patch: + Replace patch with a refreshed one in correct unix format. 19 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> rsibreak-0.7.0.ebuild: Add ~ppc keyword. diff --git a/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch b/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch index 7be8febd8990..9afaa0029502 100644 --- a/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch +++ b/kde-misc/rsibreak/files/rsibreak-0.7.0-crash.patch @@ -1,19 +1,21 @@ ---- 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 &&
+Index: rsibreak-0.7.0/rsibreak/src/rsiwidget.cpp +=================================================================== +--- rsibreak-0.7.0.orig/rsibreak/src/rsiwidget.cpp ++++ rsibreak-0.7.0/rsibreak/src/rsiwidget.cpp +@@ -167,7 +167,6 @@ RSIWidget::RSIWidget( QWidget *parent, c + 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 @@ RSIWidget::RSIWidget( QWidget *parent, c + + 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 && |