[pinpoint] disable quick access
- From: Ãyvind KolÃs <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pinpoint] disable quick access
- Date: Wed, 30 Jan 2013 05:12:32 +0000 (UTC)
commit 739e61a9d8cd0065d6e9c2ead0f7ea22ad47f9d3
Author: Ãyvind KolÃs <pippin gimp org>
Date: Wed Jan 30 16:11:13 2013 +1100
disable quick access
The quick access along the top of the screen can easily confuse a presenter
not aware of the feature, a grid showing all slides of the presentation as
expressed as a desire when the audience wants to jump to a particular part of
the presentation, sorry carl.
pp-clutter.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/pp-clutter.c b/pp-clutter.c
index 525eb38..e614ad9 100644
--- a/pp-clutter.c
+++ b/pp-clutter.c
@@ -502,6 +502,7 @@ static gboolean stage_motion (ClutterActor *actor,
clutter_actor_get_size (CLUTTER_RENDERER (renderer)->stage,
&stage_width, &stage_height);
+#if 0
#ifdef QUICK_ACCESS_LEFT
if (event->motion.x < 8)
{
@@ -518,6 +519,7 @@ static gboolean stage_motion (ClutterActor *actor,
pp_slidep = g_list_nth (pp_slides, g_list_length (pp_slides) * d);
show_slide (renderer, FALSE);
}
+#endif
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]