It begins.
[ardour.git] / gtk2_ardour / vst_pluginui.cc
index bdb7ecded8cd887645d9419c47d53050f50c78d4..1dcd2940f0212365bc5be80e2d84844895209683 100644 (file)
@@ -69,7 +69,7 @@ VSTPluginUI::package (Gtk::Window& win)
 
        /* forward configure events to plugin window */
 
-       win.configure_event.connect (bind (slot (*this, &VSTPluginUI::configure_handler), socket.gtkobj()));
+       win.configure_event.connect (bind (slot (*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.