diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-12-23 08:11:34 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-12-23 08:11:34 +0000 |
| commit | c20181b768c7c5974509ef760f2cc26d157af7c5 (patch) | |
| tree | 186a3a85cb4288c754504a737b502233e6b54875 /src/ui/dialog/aboutbox.cpp | |
| parent | German translation update (diff) | |
| parent | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ... (diff) | |
| download | inkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.tar.gz inkscape-c20181b768c7c5974509ef760f2cc26d157af7c5.zip | |
Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward header.
(bzr r9979)
Diffstat (limited to 'src/ui/dialog/aboutbox.cpp')
| -rw-r--r-- | src/ui/dialog/aboutbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<int>(width), static_cast<int>(height)); Gtk::AspectFrame *frame=new Gtk::AspectFrame(); frame->unset_label(); |
