X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fdialog%2Faboutbox.cpp;h=61851c56cb63fdcee5e68fa599c10a760938e9b3;hb=0dc33d4ce43e0bb49c63aa53b826ec4a1ff68e28;hp=8db5e7c0b1bef4e1bf70f7a427ba43df23be5c5e;hpb=6e9099b585837c489aa53dc488ff31d975ecd20d;p=inkscape.git diff --git a/src/ui/dialog/aboutbox.cpp b/src/ui/dialog/aboutbox.cpp index 8db5e7c0b..61851c56c 100644 --- a/src/ui/dialog/aboutbox.cpp +++ b/src/ui/dialog/aboutbox.cpp @@ -165,7 +165,7 @@ Gtk::Widget *build_splash_widget() { doc->doUnref(); - sp_svg_view_widget_set_resize(SP_SVG_VIEW_WIDGET(v), FALSE, (int)width, (int)height); + SP_SVG_VIEW_WIDGET(v)->setResize(false, static_cast(width), static_cast(height)); Gtk::AspectFrame *frame=new Gtk::AspectFrame(); frame->unset_label();