]> www.fi.muni.cz Git - evince.git/commit
Use a const to return title so that we dont double free it. Small cleanup
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 6 Jun 2005 09:53:45 +0000 (09:53 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 6 Jun 2005 09:53:45 +0000 (09:53 +0000)
commit2145e8deca567c91cf08132160f0ab3794fa382e
tree55f441844ddd7c462f49b5a2d32d43455b03fd3e
parent9f3860c715d418bc4af69e0409714a6d58677839
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.
ChangeLog
backend/ev-page-cache.c
backend/ev-page-cache.h
shell/ev-window.c