summaryrefslogtreecommitdiffstats
path: root/src/widgets/text-toolbar.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2014-06-04 12:14:53 +0000
committer~suv <suv-sf@users.sourceforge.net>2014-06-04 12:14:53 +0000
commitec110c32bcb154b3b6b7311a3de58222db329729 (patch)
tree2ebc5cfd5413ab5333f02cd67966413cb320a07c /src/widgets/text-toolbar.cpp
parentPort inkscape to librevenge framework for WPG, CDR and VSD imports (diff)
parentinkscape.pre0 build failures for win32 nsis (diff)
downloadinkscape-ec110c32bcb154b3b6b7311a3de58222db329729.tar.gz
inkscape-ec110c32bcb154b3b6b7311a3de58222db329729.zip
update to trunk (r13407)
(bzr r13398.1.2)
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
-rw-r--r--src/widgets/text-toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp
index 3a4f315da..64a7cd5e7 100644
--- a/src/widgets/text-toolbar.cpp
+++ b/src/widgets/text-toolbar.cpp
@@ -134,6 +134,7 @@ static void sp_text_fontfamily_value_changed( Ink_ComboBoxEntry_Action *act, GOb
g_object_set_data( tbl, "freeze", GINT_TO_POINTER(TRUE) );
Glib::ustring new_family = ink_comboboxentry_action_get_active_text( act );
+ css_font_family_unquote( new_family ); // Remove quotes around font family names.
// TODO: Think about how to handle handle multiple selections. While
// the font-family may be the same for all, the styles might be different.