diff options
Diffstat (limited to 'audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc')
-rw-r--r-- | audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc b/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc new file mode 100644 index 000000000000..184729941744 --- /dev/null +++ b/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc @@ -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<Gdk::Pixbuf> 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 (); + } + } |