From 731f2b5adbb6f9e9fc853a6506c695fd2fcec320 Mon Sep 17 00:00:00 2001 From: gustav_b Date: Wed, 29 Aug 2007 21:27:07 +0000 Subject: Dockable dialogs patch applied (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) --- src/dialogs/tiledialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dialogs/tiledialog.cpp') diff --git a/src/dialogs/tiledialog.cpp b/src/dialogs/tiledialog.cpp index 75311ddd0..e46b6e127 100644 --- a/src/dialogs/tiledialog.cpp +++ b/src/dialogs/tiledialog.cpp @@ -612,8 +612,8 @@ static void updateSelectionCallback(Inkscape::Application *inkscape, Inkscape::S /** * Constructor */ -TileDialog::TileDialog() - : Dialog ("dialogs.gridtiler", SP_VERB_SELECTION_GRIDTILE) +TileDialog::TileDialog(Behavior::BehaviorFactory behavior_factory) + : Dialog (behavior_factory, "dialogs.gridtiler", SP_VERB_SELECTION_GRIDTILE) { // bool used by spin button callbacks to stop loops where they change each other. updating = false; -- cgit v1.2.3