From 4a8c1c7323bbde12c2213228f272cdaf5f5039ab Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 10 Jan 2003 19:42:20 +0000 Subject: Updated for function rename. 2003-01-10 Jeffrey Stedfast * component-factory.c (factory): Updated for function rename. * mail-config-factory.c (mail_config_control_factory_cb): Namespaced the function name. * folder-browser-ui.c (folder_browser_ui_add_global): Don't add the listener for show_preview here, it was moved into folder-browser.c so we could detach the listener when the folder-browser is destroyed. Also prevents a listener being added multiple times (which was possible? before). * folder-browser.c (folder_browser_destroy): Remove the gconf notify handler for show_preview. (show_preview_changed): Moved here from folder-browser-ui.c svn path=/trunk/; revision=19408 --- mail/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/Makefile.am') diff --git a/mail/Makefile.am b/mail/Makefile.am index dbdb944a0c..d37da97ff9 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -181,6 +181,9 @@ glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message etspecdir = $(datadir)/evolution/etspec/ etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec +schemadir = $(GCONF_SCHEMA_FILE_DIR) +schema_DATA = evolution-mail.schemas + iconsdir = $(datadir)/evolution/images buttonsdir = $(datadir)/evolution/images/buttons -- cgit v1.2.3