diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-14 22:05:12 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-01-14 22:05:12 +0000 |
| commit | 562a5689443f9f8416b3ae2451c2c172e8b714af (patch) | |
| tree | aae4e6c4dfa1303cab76beeae2cf5b2d3929d9c9 /src/widgets | |
| parent | Enable tangential and perpendicular snapping to paths (in the node-tool, pen-... (diff) | |
| download | inkscape-562a5689443f9f8416b3ae2451c2c172e8b714af.tar.gz inkscape-562a5689443f9f8416b3ae2451c2c172e8b714af.zip | |
More GSEAL stuff
(bzr r10887)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index a9340a291..08f79f9e2 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -484,7 +484,7 @@ void sp_font_selector_set_font (SPFontSelector *fsel, font_instance *font, doubl { gchar s[8]; g_snprintf (s, 8, "%.5g", size); // UI, so printf is ok - gtk_entry_set_text (GTK_ENTRY (GTK_BIN(fsel->size)->child), s); + gtk_entry_set_text(GTK_ENTRY(gtk_bin_get_child(GTK_BIN(fsel->size))), s); fsel->fontsize = size; } } |
