diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-02-28 10:36:39 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-02-28 10:36:39 +0000 |
| commit | 80e1209b5ae1940faeae3c0c610b35f985eea06a (patch) | |
| tree | 8bc94e1efb9faff0384f19cf2a632510156c23cc /src/ui/dialog/document-properties.cpp | |
| parent | * [INTL: pl] Polish update for Inkscape by Polish Inkscape Translation Team (... (diff) | |
| download | inkscape-80e1209b5ae1940faeae3c0c610b35f985eea06a.tar.gz inkscape-80e1209b5ae1940faeae3c0c610b35f985eea06a.zip | |
revert a small bit in document-properties.cpp of rev 17540. page sizer init() was removed while it shouldn't have been so.
(bzr r4895)
Diffstat (limited to 'src/ui/dialog/document-properties.cpp')
| -rw-r--r-- | src/ui/dialog/document-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/document-properties.cpp b/src/ui/dialog/document-properties.cpp index 572f1ef7e..ac4fb9285 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -134,7 +134,6 @@ DocumentProperties::DocumentProperties() _notebook.append_page(_page_snap, _("Snap")); _notebook.append_page(_page_snap_dtls, _("Snap points")); - _page_sizer.init(); build_page(); build_guides(); build_gridspage(); @@ -227,6 +226,7 @@ DocumentProperties::build_page() label_bor->set_markup (_("<b>Border</b>")); Gtk::Label *label_for = manage (new Gtk::Label); label_for->set_markup (_("<b>Format</b>")); + _page_sizer.init(); Gtk::Widget *const widget_array[] = { |
