evolution r37314 - in branches/kill-bonobo: mail shell
- From: mbarnes svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37314 - in branches/kill-bonobo: mail shell
- Date: Mon, 23 Feb 2009 16:48:20 +0000 (UTC)
Author: mbarnes
Date: Mon Feb 23 16:48:20 2009
New Revision: 37314
URL: http://svn.gnome.org/viewvc/evolution?rev=37314&view=rev
Log:
Documentation tweaks.
Turn on the stupid interactive flag so we get user alerts from Camel.
(Can we please get rid of that thing?)
Modified:
branches/kill-bonobo/mail/e-mail-shell-module.c
branches/kill-bonobo/shell/e-shell-module.c
branches/kill-bonobo/shell/e-shell-module.h
Modified: branches/kill-bonobo/mail/e-mail-shell-module.c
==============================================================================
--- branches/kill-bonobo/mail/e-mail-shell-module.c (original)
+++ branches/kill-bonobo/mail/e-mail-shell-module.c Mon Feb 23 16:48:20 2009
@@ -837,7 +837,8 @@
shell = e_shell_module_get_shell (shell_module);
shell_settings = e_shell_get_shell_settings (shell);
- g_debug ("Jumpstarting Mail");
+ /* XXX Do we really still need this flag? */
+ mail_session_set_interactive (TRUE);
enable_search_folders = e_shell_settings_get_boolean (
shell_settings, "mail-enable-search-folders");
Modified: branches/kill-bonobo/shell/e-shell-module.c
==============================================================================
--- branches/kill-bonobo/shell/e-shell-module.c (original)
+++ branches/kill-bonobo/shell/e-shell-module.c Mon Feb 23 16:48:20 2009
@@ -452,8 +452,8 @@
*
* Tells the @shell_module to begin loading data or running background
* tasks which may consume significant resources. This gets called in
- * reponse to the user switching to the corresponding shell view for
- * the first time. The function is idempotent for each shell module.
+ * reponse to the user switching to the corresponding #EShellView for
+ * the first time. The function is idempotent for each @shell_module.
**/
void
e_shell_module_start (EShellModule *shell_module)
Modified: branches/kill-bonobo/shell/e-shell-module.h
==============================================================================
--- branches/kill-bonobo/shell/e-shell-module.h (original)
+++ branches/kill-bonobo/shell/e-shell-module.h Mon Feb 23 16:48:20 2009
@@ -74,11 +74,11 @@
* the main menu and in the switcher. See
* e_shell_module_compare().
* @start: Callback for notifying the module to begin loading data
- * and running background tasks. This is called the first
- * time the corresponding shell view class is instantiated.
- * It allows the module to delay initialization steps that
- * consume significant resources until they are actually
- * needed.
+ * and running background tasks. This is called just before
+ * the first instantiation of the corresponding #EShellView
+ * subclass. It allows the module to delay initialization
+ * steps that consume significant resources until they are
+ * actually needed.
* @is_busy: Callback for querying whether the module has
* operations in progress that cannot be cancelled
* or finished immediately. Returning %TRUE prevents
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]