diff options
| author | Milosz Derezynski <mderezynski@gmail.com> | 2006-05-22 08:43:23 +0000 |
|---|---|---|
| committer | mderezynski <mderezynski@users.sourceforge.net> | 2006-05-22 08:43:23 +0000 |
| commit | 251263a334bbe45f1ea58a9ff011bd9fa26b293a (patch) | |
| tree | 94b1b50a51cfde466f00109c5c1d3b2b85af212f /src/widgets/toolbox.cpp | |
| parent | * Revert toolbox (diff) | |
| download | inkscape-251263a334bbe45f1ea58a9ff011bd9fa26b293a.tar.gz inkscape-251263a334bbe45f1ea58a9ff011bd9fa26b293a.zip | |
* Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func()
(bzr r937)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 80486120a..98ea859a8 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -3259,6 +3259,8 @@ namespace { *sample_escaped; const char *sample; + gtk_tree_model_get (tree_model, iter, 0, &family, -1); + sample = prefs_get_string_attribute ("tools.text", "font_sample"); family_escaped = g_markup_escape_text (family, -1); |
