From 68ad1547d04d026c6d9d1f4e441ca2e47ec40e46 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Thu, 18 Oct 2007 20:09:52 +0300 Subject: [PATCH] Fix #if --- src/route.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/route.c b/src/route.c index cc99f5f..e2e339f 100644 --- a/src/route.c +++ b/src/route.c @@ -348,7 +348,7 @@ g_signal_connect(G_OBJECT(oti.rad_use_gps), "toggled", G_CALLBACK(origin_type_se g_signal_connect(G_OBJECT(oti.rad_use_route), "toggled", G_CALLBACK(origin_type_selected), &oti); g_signal_connect(G_OBJECT(oti.rad_use_text), "toggled", G_CALLBACK(origin_type_selected), &oti); -#if WITH_HILDON && HILDON_AUTOCAP +#if defined (WITH_HILDON) && defined (HILDON_AUTOCAP) g_object_set(G_OBJECT(oti.txt_from), HILDON_AUTOCAP, FALSE, NULL); g_object_set(G_OBJECT(oti.txt_to), HILDON_AUTOCAP, FALSE, NULL); #endif -- 2.39.5