Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233989 Details for
Bug 322525
kde-misc/rsibreak fails to build with gcc 4.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gcc-4.5 patch
rsibreak-0.10-gcc45.patch (text/plain), 1022 bytes, created by
Markos Chandras (RETIRED)
on 2010-06-03 15:54:10 UTC
(
hide
)
Description:
gcc-4.5 patch
Filename:
MIME Type:
Creator:
Markos Chandras (RETIRED)
Created:
2010-06-03 15:54:10 UTC
Size:
1022 bytes
patch
obsolete
>Index: rsibreak-0.10/src/CMakeLists.txt >=================================================================== >--- rsibreak-0.10.orig/src/CMakeLists.txt >+++ rsibreak-0.10/src/CMakeLists.txt >@@ -49,7 +49,7 @@ breakcontrol.cpp > > QT4_ADD_DBUS_ADAPTOR( rsibreak_sources > org.rsibreak.rsiwidget.xml >-rsiwidget.h RSIObject::RSIObject >+rsiwidget.h RSIObject > ) > > # compilation >Index: rsibreak-0.10/src/rsitimer.cpp >=================================================================== >--- rsibreak-0.10.orig/src/rsitimer.cpp >+++ rsibreak-0.10/src/rsitimer.cpp >@@ -490,7 +490,7 @@ void RSITimer::readConfig() > m_ignoreIdleForTinyBreaks = config.readEntry( "IgnoreIdleForTinyBreaks", false ); > > config = KGlobal::config()->group( "General" ); >- m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime::QDateTime() ); >+ m_lastrunDt = config.readEntry( "LastRunTimeStamp", QDateTime() ); > m_lastrunTiny = config.readEntry( "LastRunTinyLeft", 0 ); > m_lastrunBig = config.readEntry( "LastRunBigLeft", 0 ); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 322525
:
233903
| 233989