diff options
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 39225bb180..a2930da626 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -941,8 +941,8 @@ e_select_names_set_default (ESelectNames *e_select_names, gtk_widget_set_style(child->label, style); - gtk_style_unref(oldstyle); } + gtk_style_unref(oldstyle); } } } |