summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-10-17 18:56:03 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-10-17 18:56:03 -0400
commite54ace0a550b47c251634ee833884f5bc6ea4be6 (patch)
tree78c9393996a4588b2c6c45238db0d19d64bfed82 /eel
parentb143b95f20755fc8425464aa11df3fa2ac2df2ea (diff)
downloadnautilus-e54ace0a550b47c251634ee833884f5bc6ea4be6.tar.gz
editable-label: use GTK_STYLE_CLASS_ENTRY
Because that's what it is actually...
Diffstat (limited to 'eel')
-rw-r--r--eel/eel-editable-label.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eel/eel-editable-label.c b/eel/eel-editable-label.c
index 5492d1d4e..b21b19bd4 100644
--- a/eel/eel-editable-label.c
+++ b/eel/eel-editable-label.c
@@ -602,6 +602,8 @@ eel_editable_label_init (EelEditableLabel *label)
label->n_bytes = 0;
gtk_widget_set_can_focus (GTK_WIDGET (label), TRUE);
+ gtk_style_context_add_class (gtk_widget_get_style_context (GTK_WIDGET (label)),
+ GTK_STYLE_CLASS_ENTRY);
/* This object is completely private. No external entity can gain a reference
* to it; so we create it here and destroy it in finalize().