diff --git a/SparkleShare/SparkleWindow.cs b/SparkleShare/SparkleWindow.cs index f0b60242..4860f88a 100644 --- a/SparkleShare/SparkleWindow.cs +++ b/SparkleShare/SparkleWindow.cs @@ -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);