From: Carlos Garcia Campos Date: Sat, 22 May 2010 17:24:13 +0000 (+0200) Subject: [shell] Fix build with dbus disabled X-Git-Tag: EVINCE_2_31_2~12 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e8f0fa54d55ba4547740e6148efe08d297ea1a40;p=evince.git [shell] Fix build with dbus disabled --- 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 */ }