aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2001-10-21 12:13:16 +0800
committerLarry Ewing <lewing@src.gnome.org>2001-10-21 12:13:16 +0800
commit41e86775f05e5bdd8b6284fa5bc90129e13ee9c2 (patch)
tree5972a00b2c9bcf5cb57280a41376ce4566934e55
parent3a8ca6e3b0be3c6c92b32269ebbebead0d061df1 (diff)
downloadgsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar.gz
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar.bz2
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar.lz
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar.xz
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.tar.zst
gsoc2013-evolution-41e86775f05e5bdd8b6284fa5bc90129e13ee9c2.zip
(e_select_names_set_default): don't forget to unref the oldstyle.
2001-10-20 Larry Ewing <lewing@ximian.com> (e_select_names_set_default): don't forget to unref the oldstyle. svn path=/trunk/; revision=13839
-rw-r--r--addressbook/ChangeLog1
-rw-r--r--addressbook/gui/component/select-names/e-select-names.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index ca78bbf83f..633d0da04f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -3,6 +3,7 @@
* gui/component/select-names/e-select-names.c
(e_select_names_set_default): stick with the style font if the
efont bold font does not exist.
+ (e_select_names_set_default): don't forget to unref the oldstyle.
2001-10-20 Jon Trowbridge <trow@ximian.com>
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);
}
}
}