Try this:
In the view_album.php file - look for this:
Code: ›
$adminCommands .= '<a href="' .
makeGalleryUrl("slideshow.php",
array("set_albumName" => $albumName)) .
'">['. _("slideshow") .']</a> ';
Replace with this:
Code: ›
$adminCommands .= '<a href="path/to/gallery/slideshow.php" target="blank">['. _("slideshow") .']</a> ';
Make sure you change /path/to/gallery to you server path.