X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fsplash.cpp;h=01d82aa140068a02e061a653944c6176390ce0dc;hb=2b1b781089c580f9a17d35fe40d9a848c5a06f6c;hp=19750c7628195adbc6b11aeeae7ded93d56c8033;hpb=518e7c92b8aa4c8893cff7f5f9f36ccc8918cd59;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/splash.cpp b/synfig-studio/trunk/src/gtkmm/splash.cpp index 19750c7..01d82aa 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.cpp +++ b/synfig-studio/trunk/src/gtkmm/splash.cpp @@ -186,8 +186,8 @@ Splash::Splash(): int image_w = 350; int image_h = 0; Glib::RefPtr pixbuf = splash_image->get_pixbuf(); if( pixbuf ){ - pixbuf->get_width(); - pixbuf->get_height(); + image_w = pixbuf->get_width(); + image_h = pixbuf->get_height(); } // Create the progress bar