aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);