[ease/presenter] Launches a new presenter notes window when playing a file.
- From: Stéphane Maniaci <maniacis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease/presenter] Launches a new presenter notes window when playing a file.
- Date: Sun, 15 Aug 2010 23:04:36 +0000 (UTC)
commit f8ced0b1ca0f30309520cc4326e09632010cb916
Author: Stéphane Maniaci <stephane maniaci gmail com>
Date: Sun Aug 15 18:04:16 2010 -0500
Launches a new presenter notes window when playing a file.
ease/Makefile.am | 1 +
ease/ease-player.vala | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ease/Makefile.am b/ease/Makefile.am
index fd40395..48182ab 100644
--- a/ease/Makefile.am
+++ b/ease/Makefile.am
@@ -15,6 +15,7 @@ ease_SOURCES = \
ease-inspector.vala \
ease-main.vala \
ease-player.vala \
+ ease-presenter-window.vala \
ease-scrollable-embed.vala \
ease-selection-rectangle.vala \
ease-slide-actor.vala \
diff --git a/ease/ease-player.vala b/ease/ease-player.vala
index ff4abf8..2feced8 100644
--- a/ease/ease-player.vala
+++ b/ease/ease-player.vala
@@ -153,6 +153,7 @@ internal class Ease.Player : Gtk.Window
show_all();
present();
+ var presenter = new PresenterWindow (this.document);
can_animate = true;
advance();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]