summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-02-16 05:38:08 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-02-16 05:38:08 +0000
commit9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee (patch)
treefe4b71445f19cdb3a421eb079464eba6454eaccc /src/widgets/toolbox.cpp
parentPrevent false gtk deprecation warnings in canvas-grid and tidy headers (diff)
downloadinkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.tar.gz
inkscape-9a48c58cd01c6ab3909fc0fa4b883d2fd15e48ee.zip
Fix for 930535 : Convert Font and Text dialog to a dockable dialog
(bzr r10989)
Diffstat (limited to '')
-rw-r--r--src/widgets/toolbox.cpp3
1 files changed, 1 insertions, 2 deletions
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
{