aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-03-23 01:22:08 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-03-23 01:22:08 +0800
commit175fcc0ed5505da062bae09d6f3ce77f5b179536 (patch)
treea1ea40c4b76535fb30a2799db593a71972194aeb /shell
parent0f5f6d79199b16b0db1b7530c8835ad6a3bbe73c (diff)
downloadgsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.gz
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.zst
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.zip
Added some assertions.
* e-table-text-model.c (e_table_text_model_destroy): Added some assertions. svn path=/trunk/; revision=2146
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-view.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 398c67f377..189a762af9 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -154,9 +154,11 @@ get_view (EShellView *eshell_view, EFolder *efolder, Bonobo_UIHandler uih)
corba_shell,
&ev);
} else {
- g_warning ("The bonobo component for the mail doesn't "
- "seem to implement the "
- "Evolution::ServiceRepository interface\n");
+
+ g_print ("The bonobo component for \"%s\" doesn't "
+ "seem to implement the "
+ "Evolution::ServiceRepository interface\n",
+ e_folder_get_description (efolder));
}
gtk_widget_show (w);
='commitgraph'>* Mark as broken on sparc64-6.linimon2009-03-181-0/+4 * - update to 0.9.9-rc1danger2009-01-282-7/+6 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - fix the issues with PORTDOCS/PORTEXAMPLESdanger2008-06-012-5/+6 * - update to the latest version: 0.9.8-rc2danger2008-06-014-18/+13