]> www.fi.muni.cz Git - evince.git/commitdiff
[shell] Fix build with dbus disabled
authorCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 22 May 2010 17:24:13 +0000 (19:24 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Tue, 25 May 2010 07:38:43 +0000 (09:38 +0200)
shell/ev-application.c

index 4fe183fb89de71d52a4a2fe3067dbd49f9f0e99a..071af79e4874f76b3033f40a399cb4f05f368f49 100644 (file)
@@ -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 */
 }