From 251263a334bbe45f1ea58a9ff011bd9fa26b293a Mon Sep 17 00:00:00 2001 From: Milosz Derezynski Date: Mon, 22 May 2006 08:43:23 +0000 Subject: * Don't forget to acquire the row from the model in toolbox.cpp:cell_data_func() (bzr r937) --- src/widgets/toolbox.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/toolbox.cpp') 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); -- cgit v1.2.3