Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 475304 Details for
Bug 620954
=media-sound/ardour-4.7-r1 fixes to compile after upgrade to gcc-5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
/etc/portage/patches/media-sound/ardour/ patches, 3 of 5
gtk2_ardour-editor-cc.patch (text/plain), 830 bytes, created by
Mark Dominik Bürkle
on 2017-06-05 21:16:28 UTC
(
hide
)
Description:
/etc/portage/patches/media-sound/ardour/ patches, 3 of 5
Filename:
MIME Type:
Creator:
Mark Dominik Bürkle
Created:
2017-06-05 21:16:28 UTC
Size:
830 bytes
patch
obsolete
>--- gtk2_ardour/editor.cc.old 2016-02-19 02:28:56.000000000 +0100 >+++ gtk2_ardour/editor.cc 2017-06-05 05:38:20.971481110 +0200 >@@ -714,16 +714,16 @@ > list<Glib::RefPtr<Gdk::Pixbuf> > window_icons; > Glib::RefPtr<Gdk::Pixbuf> icon; > >- if ((icon = ::get_icon ("ardour_icon_16px")) != 0) { >+ if (icon = ::get_icon ("ardour_icon_16px")) { > window_icons.push_back (icon); > } >- if ((icon = ::get_icon ("ardour_icon_22px")) != 0) { >+ if (icon = ::get_icon ("ardour_icon_22px")) { > window_icons.push_back (icon); > } >- if ((icon = ::get_icon ("ardour_icon_32px")) != 0) { >+ if (icon = ::get_icon ("ardour_icon_32px")) { > window_icons.push_back (icon); > } >- if ((icon = ::get_icon ("ardour_icon_48px")) != 0) { >+ if (icon = ::get_icon ("ardour_icon_48px")) { > window_icons.push_back (icon); > } > if (!window_icons.empty()) {
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 620954
:
475300
|
475302
| 475304 |
475306
|
475308