From e8f0fa54d55ba4547740e6148efe08d297ea1a40 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 22 May 2010 17:24:13 +0000 Subject: [shell] Fix build with dbus disabled --- (limited to 'shell') diff --git a/shell/ev-application.c b/shell/ev-application.c index 4fe183f..071af79 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 */ } -- cgit v0.9.1