diff options
| author | Denis Declara <declara91@gmail.com> | 2012-05-09 14:50:16 +0000 |
|---|---|---|
| committer | Denis Declara <declara91@gmail.com> | 2012-05-09 14:50:16 +0000 |
| commit | 71d330c244fa7da51136dee09c2132814e84fdcf (patch) | |
| tree | 3bf1f5fb6808a4b868259f8ce189102804e8d1f9 /src/ui/dialog/tile.cpp | |
| parent | Trunk merge (diff) | |
| download | inkscape-71d330c244fa7da51136dee09c2132814e84fdcf.tar.gz inkscape-71d330c244fa7da51136dee09c2132814e84fdcf.zip | |
Fixed runtime assertion about Parent beeing Null
(bzr r11073.1.30)
Diffstat (limited to 'src/ui/dialog/tile.cpp')
| -rw-r--r-- | src/ui/dialog/tile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/dialog/tile.cpp b/src/ui/dialog/tile.cpp index 879c9182f..917544d3d 100644 --- a/src/ui/dialog/tile.cpp +++ b/src/ui/dialog/tile.cpp @@ -40,7 +40,6 @@ ArrangeDialog::ArrangeDialog() _arrangeButton = this->addResponseButton(C_("Arrange dialog","_Arrange"), GTK_RESPONSE_APPLY); _arrangeButton->set_use_underline(true); _arrangeButton->set_tooltip_text(_("Arrange selected objects")); - _arrangeBox.pack_start(*_arrangeButton); contents->pack_start(_arrangeBox); show_all_children(); } |
