Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 258583 Details for
Bug 350303
Failed to emerge kde-base/kdepim-runtime-4.4.11.1 with USE=kdeenablefinal
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch that fixes another build error
kdepim-runtime-4.4.9-resources-kolabproxy-distributionlist.cpp-fix_build-1.diff (text/plain), 738 bytes, created by
Erik
on 2011-01-01 18:50:24 UTC
(
hide
)
Description:
patch that fixes another build error
Filename:
MIME Type:
Creator:
Erik
Created:
2011-01-01 18:50:24 UTC
Size:
738 bytes
patch
obsolete
>--- resources/kolabproxy/distributionlist.cpp.orig 2011-01-01 19:18:41.274000269 +0100 >+++ resources/kolabproxy/distributionlist.cpp 2011-01-01 19:16:44.378000268 +0100 >@@ -39,8 +39,6 @@ > > using namespace Kolab; > >-static const char* s_unhandledTagAppName = "KOLABUNHANDLED"; // no hyphens in appnames! >- > // saving (contactgroup->xml) > DistributionList::DistributionList( const KABC::ContactGroup* contactGroup ) > { >@@ -149,7 +147,7 @@ > // Unhandled tag - save for later storage > //kDebug() <<"Saving unhandled tag" << e.tagName(); > Custom c; >- c.app = s_unhandledTagAppName; >+ c.app = "KOLABUNHANDLED"; > c.name = e.tagName(); > c.value = e.text(); > mCustomList.append( c );
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 350303
:
258580
|
258583