[pinpoint] Initialize cairo renderer with the proper presentation file path
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pinpoint] Initialize cairo renderer with the proper presentation file path
- Date: Sat, 19 Nov 2011 23:10:07 +0000 (UTC)
commit 122cb7ce219024baae00fa899512f7fa122b3e2b
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Fri Nov 18 21:29:57 2011 +0100
Initialize cairo renderer with the proper presentation file path
Making the speaker's view handles properly relative paths.
pp-clutter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pp-clutter.c b/pp-clutter.c
index da5d1fa..e3b2cba 100644
--- a/pp-clutter.c
+++ b/pp-clutter.c
@@ -872,7 +872,7 @@ clutter_renderer_init (PinPointRenderer *pp_renderer,
NULL, _destroy_surface);
renderer->cairo_renderer = pp_cairo_renderer ();
- renderer->cairo_renderer->init (renderer->cairo_renderer, "");
+ renderer->cairo_renderer->init (renderer->cairo_renderer, pinpoint_file);
session_bus = g_bus_get_sync (G_BUS_TYPE_SESSION, NULL, NULL);
if (session_bus != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]