summaryrefslogtreecommitdiff
path: root/gtk/gtktextdisplay.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-07-06 05:14:03 +0000
commitf8794ccccadc91bd37a4fe19577fc789cf0d0107 (patch)
tree47fea3e572b4614ca5aada3be8a53ea671e34980 /gtk/gtktextdisplay.c
parente5afc7e33198a7b694e4177de7802e80d0be1aec (diff)
downloadgtk+-f8794ccccadc91bd37a4fe19577fc789cf0d0107.tar.gz
Improve consistency of signal and property names
Diffstat (limited to 'gtk/gtktextdisplay.c')
-rw-r--r--gtk/gtktextdisplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextdisplay.c b/gtk/gtktextdisplay.c
index 29da01fcc0..1a25f64a2b 100644
--- a/gtk/gtktextdisplay.c
+++ b/gtk/gtktextdisplay.c
@@ -123,7 +123,7 @@ text_renderer_get_error_color (GtkTextRenderer *text_renderer)
if (!text_renderer->error_color)
gtk_widget_style_get (text_renderer->widget,
- "error-underline_color", &text_renderer->error_color,
+ "error-underline-color", &text_renderer->error_color,
NULL);
if (!text_renderer->error_color)