[window] Fix wrong path to sidesplash image

This commit is contained in:
Hylke Bons 2010-11-21 17:33:15 +00:00
parent 6bc3ec84f8
commit 40f002fe97

View file

@ -48,7 +48,9 @@ namespace SparkleShare {
HBox = new HBox (false, 6);
string image_path = SparkleHelpers.CombineMore (Defines.PREFIX, "share", "pixmaps", "side-splash.png");
string image_path = SparkleHelpers.CombineMore (Defines.PREFIX, "share", "sparkleshare",
"pixmaps", "side-splash.png");
Image side_splash = new Image (image_path);
VBox = new VBox (false, 0);