Rename import_audiofiles -> import_files.
[ardour.git] / libs / gtkmm2ext / popup.cc
index 199c087c26da64c717717ac5cc93cece052c4a58..6f4a8a5427d3372d6787098a08b92aac7103bc80 100644 (file)
@@ -80,16 +80,16 @@ PopUp::remove ()
 
        if (delete_on_hide) {
                std::cerr << "deleting prompter\n";
-               gtk_idle_add (idle_delete, this);
+               g_idle_add (idle_delete, this);
        }
 }
-
 #define ENSURE_GUI_THREAD(slot) \
      if (!Gtkmm2ext::UI::instance()->caller_is_ui_thread()) {\
-       Gtkmm2ext::UI::instance()->call_slot ((slot));\
+             Gtkmm2ext::UI::instance()->call_slot (MISSING_INVALIDATOR, (slot)); \
         return;\
      }
 
+
 void
 PopUp::touch ()
 {