]> err.no Git - mapper/commitdiff
Call gps settings dialog properly.
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 28 Jan 2008 17:13:07 +0000 (19:13 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 28 Jan 2008 17:13:07 +0000 (19:13 +0200)
Add missing include.

src/cb.c

index 2252c15fd125447a8b2b0590e237a56c9e2731c6..a96c2902d1802e1d57089e7ed82fc00a0530964a 100644 (file)
--- a/src/cb.c
+++ b/src/cb.c
@@ -35,6 +35,7 @@
 #include <sys/wait.h>
 #include <glib/gstdio.h>
 #include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
 #include <fcntl.h>
 #include <libintl.h>
 #include <locale.h>
@@ -484,7 +485,7 @@ return TRUE;
 gboolean 
 menu_cb_settings_gps(GtkAction * action)
 {
-if (settings_dialog_gps()) {
+if (settings_dialog_gps(_gps)) {
        /* Settings have changed - reconnect to receiver. */
        if (_enable_gps) {
                gps_conn_set_state(_gps, RCVR_DOWN);