diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-10-14 03:33:07 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-10-14 03:33:07 +0800 |
commit | ae1122ce6ef3567a5001b17d9166b4b1d56b1edf (patch) | |
tree | 148466a137dfcd33e589ab12b32d1a33d8347a93 /lib | |
parent | 145826e64e64b317dffabd407ce6c1b7cb1f94c0 (diff) | |
download | gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar.gz gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar.bz2 gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar.lz gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar.xz gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.tar.zst gsoc2013-epiphany-ae1122ce6ef3567a5001b17d9166b4b1d56b1edf.zip |
Unref completion
2003-10-13 Marco Pesenti Gritti <marco@gnome.org>
* lib/widgets/ephy-location-entry.c:
(ephy_location_entry_set_completion):
Unref completion
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index c160a898e..e581a0c30 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -534,6 +534,7 @@ ephy_location_entry_set_completion (EphyLocationEntry *le, cell, "text", text_col); gtk_entry_set_completion (GTK_ENTRY (le->priv->entry), completion); + g_object_unref (completion); } void |