aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r--shell/e-shell-importer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index 0c82f91989..a22d44732b 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -312,6 +312,7 @@ get_iid_for_filetype (const char *filename)
bonobo_object_release_unref (importer, &ev2);
CORBA_exception_free (&ev2);
}
+ CORBA_free (info_list);
if (len == 1) {
ret_iid = can_handle->data;
@@ -530,6 +531,7 @@ create_plugin_menu (ImportData *data)
g_strdup (info->iid), g_free);
gtk_menu_append (GTK_MENU (menu), item);
}
+ CORBA_free (info_list);
return menu;
}
@@ -629,11 +631,13 @@ import_druid_finish (GnomeDruidPage *page,
ImportData *data)
{
GtkWidget *folder;
+#if 0
char *filename;
char *iid;
filename = g_strdup (gtk_entry_get_text (GTK_ENTRY (gnome_file_entry_gtk_entry (GNOME_FILE_ENTRY (data->filepage->filename)))));
iid = g_strdup (data->choosen_iid);
+#endif
folder = e_shell_folder_selection_dialog_new (data->shell,
_("Select folder"),
1'>Update to KOffice 1.4.0a.lofi2005-07-063-34/+57 * Add i18nized doc subdirs to kdehier and adjust i18n port plists accordingly.lofi2004-12-231-1/+0 * Update to KOffice 1.3.5lofi2004-12-142-4/+4 * Update to KDE 3.3.1lofi2004-11-083-4/+6 * Update to KDE 3.3lofi2004-08-311-1/+1 * Factor out all but one of the build switches of the KDE main module portslofi2004-08-113-9/+12 * Update to version 1.3.1lofi2004-05-062-3/+3 * Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-101-0/+1 * Update to KDE 3.2.0lofi2004-02-053-9/+79 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1