From e8f0fa54d55ba4547740e6148efe08d297ea1a40 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 22 May 2010 19:24:13 +0200 Subject: [PATCH] [shell] Fix build with dbus disabled --- shell/ev-application.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ev-application.c b/shell/ev-application.c index 4fe183fb..071af79e 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -891,7 +891,7 @@ ev_application_init (EvApplication *ev_application) ev_application->scr_saver = totem_scrsaver_new (); } #else - ev_application->scr_saver = totem_scrsaver_new (NULL); + ev_application->scr_saver = totem_scrsaver_new (); #endif /* ENABLE_DBUS */ } -- 2.43.5