aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-14 03:33:07 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-14 03:33:07 +0800
commitae1122ce6ef3567a5001b17d9166b4b1d56b1edf (patch)
tree148466a137dfcd33e589ab12b32d1a33d8347a93
parent145826e64e64b317dffabd407ce6c1b7cb1f94c0 (diff)
downloadgsoc2013-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
-rw-r--r--ChangeLog7
-rw-r--r--lib/widgets/ephy-location-entry.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49c0406b1..53172e9fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-10-13 Marco Pesenti Gritti <marco@gnome.org>
+
+ * lib/widgets/ephy-location-entry.c:
+ (ephy_location_entry_set_completion):
+
+ Unref completion
+
2003-10-13 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-embed-single.c: (ephy_embed_single_free_passwords):
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