From 57eb84b3aa7def409e9b9939828b0a1f608e9a0e Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 16 Sep 2005 11:55:26 +0000 Subject: Factor out and cleanup window title code 2005-09-16 Marco Pesenti Gritti * shell/Makefile.am: * shell/ev-window-title.c: (ev_window_title_new), (ev_window_title_update), (ev_window_title_set_type), (ev_window_title_set_document), (ev_window_title_free): * shell/ev-window-title.h: * shell/ev-window.c: (ev_window_setup_document), (password_dialog_response), (ev_window_popup_password_dialog), (ev_window_dispose), (ev_window_init): Factor out and cleanup window title code --- (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index 9c032e5..27326a7 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -54,6 +54,8 @@ evince_SOURCES= \ ev-view.h \ ev-window.c \ ev-window.h \ + ev-window-title.c \ + ev-window-title.h \ ev-sidebar.c \ ev-sidebar.h \ ev-sidebar-links.c \ -- cgit v0.9.1