now in gtk2_ardour: replace all instances of prop->value() == "yes" with string_is_af...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2009 15:38:17 +0000 (15:38 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 2 Oct 2009 15:38:17 +0000 (15:38 +0000)
commitb2d08a44b423ce9349b482e4c55ab613729c5d7d
tree1260a18e0687d76f749c61fc3a6a8fe82aa73842
parent03f6001f4a47d7095f148aa193042c9d0656bc56
now in gtk2_ardour: replace all instances of prop->value() == "yes" with string_is_affirmative (prop->value()) to avoid XML property SNAFUs

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5721 d708f5d6-7413-0410-9779-e7cbd77b26cf
gtk2_ardour/audio_region_view.cc
gtk2_ardour/audio_time_axis.cc
gtk2_ardour/editor.cc
gtk2_ardour/editor_rulers.cc
gtk2_ardour/mixer_ui.cc
gtk2_ardour/redirect_automation_time_axis.cc