From 9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 16 Feb 2012 14:38:08 +0900 Subject: Fix for 930535 : Convert Font and Text dialog to a dockable dialog (bzr r10989) --- src/widgets/toolbox.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/widgets/toolbox.cpp') diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 8be528b53..171fc8332 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -46,7 +46,6 @@ #include "../desktop-handles.h" #include "../desktop-style.h" #include "../dialogs/dialog-events.h" -#include "../dialogs/text-edit.h" #include "../document-private.h" #include "../ege-adjustment-action.h" #include "../ege-output-action.h" @@ -6632,7 +6631,7 @@ static void sp_text_fontfamily_value_changed( Ink_ComboBoxEntry_Action *act, GOb { Inkscape::Preferences *prefs = Inkscape::Preferences::get(); prefs->mergeStyle("/tools/text/style", css); - sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace through a verb + //sp_text_edit_dialog_default_set_insensitive (); //FIXME: Replace through a verb } else { -- cgit v1.2.3