[window] Fix wrong path to sidesplash image

This commit is contained in:
Hylke Bons 2010-11-21 17:33:15 +00:00
parent ccc3818f84
commit 7b315a42b9

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);