X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fsplash.cpp;h=fe87f015604086954359173619151f2ee0bca892;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;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..fe87f01 100644 --- a/synfig-studio/trunk/src/gtkmm/splash.cpp +++ b/synfig-studio/trunk/src/gtkmm/splash.cpp @@ -7,7 +7,7 @@ ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** Copyright (c) 2007 Chris Moore -** Copyright 2008 Paul Wise +** Copyright (c) 2008 Paul Wise ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -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