diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-24 12:09:30 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-24 12:09:30 +0800 |
commit | e58630b14194b487c90a9995f10a98f93e88f9a8 (patch) | |
tree | c8a5f417c2f68d0f62b01c4ecfae3353b06f8302 /mail/ChangeLog | |
parent | 5c99202e0b92d33db44720df655d593df4095ed2 (diff) | |
download | gsoc2013-evolution-e58630b14194b487c90a9995f10a98f93e88f9a8.tar.gz gsoc2013-evolution-e58630b14194b487c90a9995f10a98f93e88f9a8.tar.zst gsoc2013-evolution-e58630b14194b487c90a9995f10a98f93e88f9a8.zip |
Unref the global search_context. (owner_set_cb): create the global
2001-10-23 Jeffrey Stedfast <fejj@ximian.com>
* component-factory.c (owner_unset_cb): Unref the global
search_context.
(owner_set_cb): create the global search_context.
* folder-browser.c (folder_browser_gui_init): Pass along the
global search_context to the e_filter_bar_new call.
svn path=/trunk/; revision=13976
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 01a7b6b0a4..e6ec5faf18 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-10-23 Jeffrey Stedfast <fejj@ximian.com> + + * component-factory.c (owner_unset_cb): Unref the global + search_context. + (owner_set_cb): create the global search_context. + + * folder-browser.c (folder_browser_gui_init): Pass along the + global search_context to the e_filter_bar_new call. + 2001-10-24 <NotZed@Ximian.com> * message-browser.c (message_browser_message_loaded): Call @@ -36,6 +45,7 @@ (folder_browser_ui_set_selection_state): And here too. 2001-10-23 Jeffrey Stedfast <fejj@ximian.com> +>>>>>>> 1.1890 * mail-account-gui.c (service_check_supported): Don't allow an auth-type to be set when saving the service. |