From 06d9b597702dfd0fede5cb35d3d10208b3e31276 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 31 Aug 2009 11:47:12 +0200 Subject: Fix for few compiler warnings --- shell/e-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/e-shell.c b/shell/e-shell.c index 4dd72e3747..75b66555fc 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -90,7 +90,7 @@ EShell *default_shell = NULL; static gpointer parent_class; static guint signals[LAST_SIGNAL]; -#if NM_SUPPORT +#if defined(NM_SUPPORT) && NM_SUPPORT gboolean e_shell_dbus_initialize (EShell *shell); #endif @@ -953,7 +953,7 @@ shell_init (EShell *shell) g_object_ref_sink (shell->priv->preferences_window); -#if NM_SUPPORT +#if defined(NM_SUPPORT) && NM_SUPPORT e_shell_dbus_initialize (shell); #endif -- cgit v1.2.3