diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-04 07:11:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-04 07:11:40 +0800 |
commit | 0755131616388f21c5a55233464b1f12cf987abb (patch) | |
tree | e543ab8145d323284e989b95fa2dc0097a6e4548 /mail/ChangeLog | |
parent | 1b74224c04782be274167b02711f7692e3b97904 (diff) | |
download | gsoc2013-evolution-0755131616388f21c5a55233464b1f12cf987abb.tar.gz gsoc2013-evolution-0755131616388f21c5a55233464b1f12cf987abb.tar.zst gsoc2013-evolution-0755131616388f21c5a55233464b1f12cf987abb.zip |
Updated to add use mail subdirs. (mail_config_uri_renamed): Updated
2003-12-03 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (uri_to_evname): Updated to add use mail subdirs.
(mail_config_uri_renamed): Updated cachenames[]
(mail_config_folder_to_cachename): Fixed to use the correct path.
* em-folder-browser.c (emfb_create_view_menus): Updated the
galview path to point to the evo-1.5 location.
(emfb_set_folder): Update the galview view_instance.
(emfb_create_view_instance): Split out from emfb_create_view_menus()
(emfb_create_view_menus): Reduced code, call emfb_create_view_instance()
svn path=/trunk/; revision=23624
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 2bfea6fdc7..f8233a7bd3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2003-12-03 Jeffrey Stedfast <fejj@ximian.com> + * mail-config.c (uri_to_evname): Updated to add use mail subdirs. + (mail_config_uri_renamed): Updated cachenames[] + (mail_config_folder_to_cachename): Fixed to use the correct path. + + * em-folder-browser.c (emfb_create_view_menus): Updated the + galview path to point to the evo-1.5 location. + (emfb_set_folder): Update the galview view_instance. + (emfb_create_view_instance): Split out from + emfb_create_view_menus() + (emfb_create_view_menus): Reduced code, call + emfb_create_view_instance(). + * em-folder-selector.c (emfs_create_name_activate): Emit the OK response, not the CREATE_NEW response. Also, g_signal_emit_by_name() does not take a GQuark detail argument, so |