Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-06-06 09:53:45 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-06-06 09:53:45 (GMT)
commit2145e8deca567c91cf08132160f0ab3794fa382e (patch)
tree55f441844ddd7c462f49b5a2d32d43455b03fd3e /ChangeLog
parent9f3860c715d418bc4af69e0409714a6d58677839 (diff)
Use a const to return title so that we dont double free it. Small cleanup
2005-06-06 Marco Pesenti Gritti <mpg@redhat.com> * backend/ev-page-cache.c: (_ev_page_cache_new): * backend/ev-page-cache.h: Use a const to return title so that we dont double free it. Small cleanup and fix a leak. * shell/ev-window.c: (update_window_title): strdup value from get_title.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16b6dc9..d7e1e2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
+ * backend/ev-page-cache.c: (_ev_page_cache_new):
+ * backend/ev-page-cache.h:
+
+ Use a const to return title so that we dont double
+ free it. Small cleanup and fix a leak.
+
+ * shell/ev-window.c: (update_window_title):
+
+ strdup value from get_title.
+
+2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
+
* shell/ev-sidebar-links.c: (job_finished_callback),
(ev_sidebar_links_set_document):