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
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.gz
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.bz2
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.lz
gsoc2013-evolution-175fcc0ed5505da062bae09d6f3ce77f5b179536.tar.xz
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);