rename all GTK signals
[ardour.git] / gtk2_ardour / vst_pluginui.cc
index 496ff8eeacc64ef0ee57ae40d0b738800507efc1..e464d721ff72a9fd26f4a491340073578b22ad85 100644 (file)
@@ -69,7 +69,7 @@ VSTPluginUI::package (Gtk::Window& win)
 
        /* forward configure events to plugin window */
 
-       win.configure_event.connect (bind (mem_fun (*this, &VSTPluginUI::configure_handler), socket.gobj()));
+       win.signal_configure_event.connect (bind (mem_fun (*this, &VSTPluginUI::configure_handler), socket.gobj()));
 
        /* XXX in GTK2, use add_id() instead of steal, although add_id()
           assumes that the window's owner understands the XEmbed protocol.