summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-29 12:57:09 +0200
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2012-08-29 12:58:41 +0200
commit9f1716173ed8b859326e4d946e5a1909cd62b5fb (patch)
treea2e6cd98e0392fa7ea8bb264baab725a93b660ff /sd
parent7a1bac5cca8257e9ec35b59be1ddb7b492f465f3 (diff)
Return to StartPresentationActivity when slideshow finishes.
Change-Id: Id91226046ecb89c2cd14d03eb4a99d0ad4b7b027
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/remotecontrol/Communicator.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/remotecontrol/Communicator.cxx b/sd/source/ui/remotecontrol/Communicator.cxx
index 58f213071e5a..779ccf57cb86 100644
--- a/sd/source/ui/remotecontrol/Communicator.cxx
+++ b/sd/source/ui/remotecontrol/Communicator.cxx
@@ -95,6 +95,8 @@ void Communicator::execute()
void Communicator::informListenerDestroyed()
{
+ pTransmitter->addMessage( "slideshow_finished\n\n",
+ Transmitter::PRIORITY_HIGH );
mListener.clear();
}