Merge with 2.0-ongoing R2943.
[ardour.git] / gtk2_ardour / processor_box.cc
index 7ccef4ea536b48f262e926a71695653925875a47..e012922e0ffd5dfb81809d2562b5857af54648cc 100644 (file)
@@ -1435,7 +1435,7 @@ ProcessorBox::route_name_changed (PluginUIWindow* plugin_ui, boost::weak_ptr<Plu
 string 
 ProcessorBox::generate_processor_title (boost::shared_ptr<PluginInsert> pi)
 {
-       string maker = pi->plugin()->maker();
+       string maker = pi->plugin()->maker() ? pi->plugin()->maker() : "";
        string::size_type email_pos;
 
        if ((email_pos = maker.find_first_of ('<')) != string::npos) {