]> err.no Git - mapper/blobdiff - src/cb.c
Fixes to gstreamer element and caps handlings.
[mapper] / src / cb.c
index 89819fab5438594e473f4748fb0c2827746b0314..41cd62e7e4f37f69b71b7238f9125e90c2214e99 100644 (file)
--- a/src/cb.c
+++ b/src/cb.c
@@ -60,7 +60,9 @@
 #include "gps-conn.h"
 #include "search.h"
 #include "dialogs.h"
+#include "filter-gui.h"
 #include "help.h"
+#include "map-repo.h"
 
 static void
 track_tree_view_update_store(GtkWidget *tree_view, Path *track)
@@ -187,7 +189,7 @@ return TRUE;
 gboolean 
 menu_cb_track_filter(GtkAction * action)
 {
-filter_dialog();
+filter_dialog(_window);
 return TRUE;
 }
 
@@ -526,6 +528,14 @@ settings_dialog_osm();
 return TRUE;
 }
 
+gboolean 
+menu_cb_import_osm(GtkAction * action)
+{
+osm_import_dialog(_window);
+return TRUE;
+}
+
+
 gboolean 
 menu_cb_help(GtkAction * action)
 {