aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-10 21:25:51 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-10 21:25:51 +0800
commit7dcc6d4bb192250daf127584f544a2c6f44d17e9 (patch)
tree42fbae12b7a5a457b052c8ffd9c4122b8fb37cef /ChangeLog
parent7c6b70e43fe00f85535daaa0e8766913a6bd3bca (diff)
downloadgsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.gz
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.bz2
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.lz
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.xz
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.tar.zst
gsoc2013-epiphany-7dcc6d4bb192250daf127584f544a2c6f44d17e9.zip
Fix 2 mem leaks; thanks to Xan for noticing them.
2004-11-09 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct): Fix 2 mem leaks; thanks to Xan for noticing them.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2444d53a8..83622797f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-11-09 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-new-bookmark.c: (duplicate_dialog_construct):
+
+ Fix 2 mem leaks; thanks to Xan for noticing them.
+
+2004-11-09 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-gui.c: (ephy_gui_menu_position_tree_selection):
Better positioning for the context menu popup in a treeview.