Index: libs/libmythui/mythmainwindow.cpp
===================================================================
--- libs/libmythui/mythmainwindow.cpp	(revision 16693)
+++ libs/libmythui/mythmainwindow.cpp	(working copy)
@@ -1133,7 +1133,9 @@
 
 void MythMainWindow::JumpTo(const QString& destination, bool pop)
 {
-    if (d->destinationMap.count(destination) > 0 && d->exitmenucallback == NULL)
+    if (destination == "ScreenShot")
+	screenShot();
+    else if (d->destinationMap.count(destination) > 0 && d->exitmenucallback == NULL)
     {
         d->exitingtomain = true;
         d->popwindows = pop;
