#include "map-repo.h"
#include "poi-gui.h"
+#ifdef WITH_GST
+#include "audio-note.h"
+#endif
+
/* Callbacks */
#include "cb.h"
gint route;
gint track;
gint qpoi;
+ gint audio;
};
struct ui_notebook_struct ui_notebook;
vbox=poi_quick_button_box(&tqp);
ui_notebook.qpoi=gtk_notebook_append_page(notebook, vbox, label);
+#ifdef WITH_GST
+{
+audio_note_ui *an_ui;
+label=gtk_label_new("Audio");
+an_ui=audio_note_new();
+ui_notebook.audio=gtk_notebook_append_page(notebook, an_ui->vbox, label);
+}
+#endif
+
menu_maps_add_repos();
menu_init_cmenu();