aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-02-21 00:42:47 +0800
committerDan Winship <danw@src.gnome.org>2004-02-21 00:42:47 +0800
commitd35abb451f163aa7583594a6bd99fa3480c6e9e6 (patch)
tree0f3e53540330899cf1afe9e6bb2b1fee1afb4478 /mail
parent057988c7b1ed8b42405ec142ca4131c79649f7df (diff)
downloadgsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar.gz
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar.bz2
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar.lz
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar.xz
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.tar.zst
gsoc2013-evolution-d35abb451f163aa7583594a6bd99fa3480c6e9e6.zip
Remove the debug message here.
* mail-component.c (set_prop): Remove the debug message here. svn path=/trunk/; revision=24818
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-component.c7
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 4b92768251..45d3b38948 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-20 Dan Winship <danw@ximian.com>
+
+ * mail-component.c (set_prop): Remove the debug message here.
+
2004-02-20 Not Zed <NotZed@Ximian.com>
* mail-vfolder.c (mail_vfolder_add_uri): fix for vfolder-rule api
diff --git a/mail/mail-component.c b/mail/mail-component.c
index d5bf6a34ea..f2d2304736 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -268,15 +268,10 @@ static void
set_prop(BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, CORBA_Environment *ev, gpointer user_data)
{
EMFolderView *view = (EMFolderView *)bonobo_control_get_widget (user_data);
- const gchar *uri;
switch (arg_id) {
case PROPERTY_FOLDER_URI_IDX:
- uri = BONOBO_ARG_GET_STRING (arg);
-
- g_warning ("XXX setting uri blah=\"%s\"\n", uri);
-
- em_folder_view_set_folder_uri (view, uri);
+ em_folder_view_set_folder_uri (view, BONOBO_ARG_GET_STRING (arg));
break;
default:
g_warning ("Unhandled arg %d\n", arg_id);