aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIain Holmes <iain@src.gnome.org>2001-07-13 07:02:46 +0800
committerIain Holmes <iain@src.gnome.org>2001-07-13 07:02:46 +0800
commit3ce970fde70e786a2565f58f8d74a77d720a253b (patch)
tree5127b52ecdb4ae757d026a04bae1970e1080336a
parent02bd2657285c4ffef6f6f94da45db14a8f648fe9 (diff)
downloadgsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar.gz
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar.bz2
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar.lz
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar.xz
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.tar.zst
gsoc2013-evolution-3ce970fde70e786a2565f58f8d74a77d720a253b.zip
Remove warning
svn path=/trunk/; revision=11072
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/importer/intelligent.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index cd0c46e4c6..19dde10229 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-12 Iain Holmes <iain@ximian.com>
+
+ * importers/intelligent.c (create_gui): Remove the g_warnings as they are an annoying red herring
+
2001-07-12 Dan Winship <danw@ximian.com>
* e-shell.c (init): Initialize priv->db and priv->iid so that
diff --git a/shell/importer/intelligent.c b/shell/importer/intelligent.c
index 0410b56da7..767a2b862e 100644
--- a/shell/importer/intelligent.c
+++ b/shell/importer/intelligent.c
@@ -253,7 +253,6 @@ create_gui (GList *importers)
data = g_new0 (IntelligentImporterData, 1);
data->iid = g_strdup (l->data);
- g_warning ("data->iid %s", data->iid);
CORBA_exception_init (&ev);
data->object = oaf_activate_from_id ((char *) data->iid, 0,
NULL, &ev);