From 44dbd3f37ff5b27f7a860ab7912bb414d4b9ea80 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 24 Jan 2008 17:40:56 +0200 Subject: [PATCH] Use correct action name --- src/cb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cb.c b/src/cb.c index 49643ff..bcb2ab6 100644 --- a/src/cb.c +++ b/src/cb.c @@ -436,7 +436,7 @@ if ((_enable_gps = gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(action)))) { gps_conn_set_state(_gps, RCVR_DOWN); if (gps_connect_now(_gps)==FALSE) { popup_error(_window, _("Cannot enable GPS until a GPS Receiver MAC is set in the Settings dialog box.")); - set_action_activate("gps_enable", FALSE); + set_action_activate("gps_enabled", FALSE); } } else { if (_gps->io.conn > RCVR_OFF) -- 2.39.5