]> err.no Git - mapper/commitdiff
Disable the error popup for now.
authorKaj-Michael Lang <milang@onion.tal.org>
Thu, 27 Sep 2007 13:29:27 +0000 (16:29 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Thu, 27 Sep 2007 13:29:27 +0000 (16:29 +0300)
src/bt-bluez.c

index 4b4ac3ee3cd2015b783f695ffaaa8ff74778008c..5d40a095d1cd7806b8c59e0c7f2ee00fa5a86c62 100644 (file)
@@ -79,8 +79,10 @@ if (r != 0) {
        case EHOSTUNREACH:
                g_printf("*** Bluetooth/GPS device not found.\n");
                rcvr_disconnect();
+#if 0
         popup_error(_window, _("No bluetooth or GPS device found."));
         set_action_activate("gps_enable", FALSE);
+#endif
                return FALSE;
        break;
        default: