aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-14 19:15:37 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-14 19:15:37 +0800
commit9db42f6c20a456f5c910fe419cf23901deb98df3 (patch)
treeff837331b307b741e380810e17d48cc4a7eb8144 /ChangeLog
parenta01ebeee69c4781df8b34f2928843417f58d2a15 (diff)
downloadgsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar.gz
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar.bz2
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar.lz
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar.xz
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.tar.zst
gsoc2013-epiphany-9db42f6c20a456f5c910fe419cf23901deb98df3.zip
Use g_list_prepend instead of g_list_append, and fix mem leaks along the
2003-06-14 Christian Persch <chpe@cvs.gnome.org> * src/ephy-topic-action.c: (build_bookmarks_menu), (build_topics_menu): * src/language-dialog.c: (language_editor_remove_button_clicked_cb): * src/pdm-dialog.c: (pdm_dialog_remove_button_clicked_cb): * embed/downloader-view.c: (download_dialog_abort_cb): Use g_list_prepend instead of g_list_append, and fix mem leaks along the way.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd2a85e62..adebdcb84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-06-14 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-topic-action.c: (build_bookmarks_menu),
+ (build_topics_menu):
+ * src/language-dialog.c: (language_editor_remove_button_clicked_cb):
+ * src/pdm-dialog.c: (pdm_dialog_remove_button_clicked_cb):
+ * embed/downloader-view.c: (download_dialog_abort_cb):
+
+ Use g_list_prepend instead of g_list_append, and fix mem leaks
+ along the way.
+
2003-06-14 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/ephy-embed-types.h: