Index: head/audio/ardour/files/patch-gtk2__ardour_editor.cc =================================================================== --- head/audio/ardour/files/patch-gtk2__ardour_editor.cc (nonexistent) +++ head/audio/ardour/files/patch-gtk2__ardour_editor.cc (revision 460224) @@ -0,0 +1,23 @@ +--- gtk2_ardour/editor.cc.orig 2012-03-16 14:33:28 UTC ++++ gtk2_ardour/editor.cc +@@ -803,16 +803,16 @@ Editor::Editor () + list > window_icons; + Glib::RefPtr 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()) { Property changes on: head/audio/ardour/files/patch-gtk2__ardour_editor.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/ardour/files/patch-gtk2__ardour_gain__meter.cc =================================================================== --- head/audio/ardour/files/patch-gtk2__ardour_gain__meter.cc (nonexistent) +++ head/audio/ardour/files/patch-gtk2__ardour_gain__meter.cc (revision 460224) @@ -0,0 +1,25 @@ +--- gtk2_ardour/gain_meter.cc.orig 2010-04-20 17:28:37 UTC ++++ gtk2_ardour/gain_meter.cc +@@ -63,7 +63,7 @@ Glib::RefPtr GainMeter::slider; + void + GainMeter::setup_slider_pix () + { +- if ((slider = ::get_icon ("fader_belt")) == 0) { ++ if (!(slider = ::get_icon ("fader_belt"))) { + throw failed_constructor(); + } + } +@@ -89,11 +89,11 @@ GainMeterBase::GainMeterBase (Session& s, + if (horizontal) { + gain_slider = manage (new HSliderController (pix, + &gain_adjustment, +- false)); ++ 0x0)); + } else { + gain_slider = manage (new VSliderController (pix, + &gain_adjustment, +- false)); ++ 0x0)); + } + + level_meter = new LevelMeter(_session); Property changes on: head/audio/ardour/files/patch-gtk2__ardour_gain__meter.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc =================================================================== --- head/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc (nonexistent) +++ head/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc (revision 460224) @@ -0,0 +1,11 @@ +--- gtk2_ardour/route_time_axis.cc.orig 2010-04-17 15:23:01 UTC ++++ gtk2_ardour/route_time_axis.cc +@@ -89,7 +89,7 @@ Glib::RefPtr RouteTimeAxisView::slider; + void + RouteTimeAxisView::setup_slider_pix () + { +- if ((slider = ::get_icon ("fader_belt_h")) == 0) { ++ if (!(slider = ::get_icon ("fader_belt_h"))) { + throw failed_constructor (); + } + } Property changes on: head/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc =================================================================== --- head/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc (nonexistent) +++ head/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc (revision 460224) @@ -0,0 +1,11 @@ +--- libs/gtkmm2ext/fastmeter.cc.orig 2009-02-24 12:37:45 UTC ++++ libs/gtkmm2ext/fastmeter.cc +@@ -476,7 +476,7 @@ FastMeter::set (float lvl) + + Glib::RefPtr win; + +- if ((win = get_window()) == 0) { ++ if (!(win = get_window())) { + queue_draw (); + return; + } Property changes on: head/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property