Fix r1942, forgot to get the image width and height
[synfig.git] / synfig-studio / trunk / src / gtkmm / splash.cpp
index 19750c7..01d82aa 100644 (file)
@@ -186,8 +186,8 @@ Splash::Splash():
        int image_w = 350; int image_h = 0;
        Glib::RefPtr<Gdk::Pixbuf> 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