diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2006-09-29 12:08:28 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2006-09-29 12:08:28 +0000 |
| commit | b41cbc827682cc575041d44d802e4683fcf2b32b (patch) | |
| tree | 3a09281028e4e7f0b16cf8d98d8a5765d3601c70 /src/ui/dialog/document-properties.cpp | |
| parent | New Slovenian translation. Closes 1559630. (diff) | |
| download | inkscape-b41cbc827682cc575041d44d802e4683fcf2b32b.tar.gz inkscape-b41cbc827682cc575041d44d802e4683fcf2b32b.zip | |
FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment:
assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties."
(bzr r1725)
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 c32ac9f1f..21b38d528 100644 --- a/src/ui/dialog/document-properties.cpp +++ b/src/ui/dialog/document-properties.cpp @@ -271,7 +271,7 @@ DocumentProperties::build_grid() { label_grid, 0, 0, _rcbgrid._button, - _rrb_gridtype._hbox, 0, + 0,_rrb_gridtype._hbox, //0, _rumg._label, _rumg._sel, 0, _rsu_ox.getSU(), 0, _rsu_oy.getSU(), |
