aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer
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 /shell/importer
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
Diffstat (limited to 'shell/importer')
-rw-r--r--shell/importer/intelligent.c1
1 files changed, 0 insertions, 1 deletions
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);