Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-22 17:24:13 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-25 07:38:43 (GMT)
commite8f0fa54d55ba4547740e6148efe08d297ea1a40 (patch)
tree3863e5a494eb9e477d3302fdc6dc2688d625f027 /shell
parent242ad429c3a90bbfaff253beebc9fe8582738ca7 (diff)
[shell] Fix build with dbus disabled
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-application.c2
1 files changed, 1 insertions, 1 deletions
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 */
}