aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/importer/importer.c')
-rw-r--r--shell/importer/importer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/shell/importer/importer.c b/shell/importer/importer.c
index b664be7379..5286a1b04d 100644
--- a/shell/importer/importer.c
+++ b/shell/importer/importer.c
@@ -33,6 +33,7 @@
#include <glade/glade.h>
#include <gtkhtml/gtkhtml.h>
+#include <gal/widgets/e-gui-utils.h>
#include <e-util/e-html-utils.h>
#include <gal/widgets/e-gui-utils.h>
@@ -574,7 +575,9 @@ druid_finish_button_change (GnomeDruid *druid)
}
void
-show_import_wizard (void)
+show_import_wizard (BonoboUIComponent *component,
+ gpointer user_data,
+ const char *cname)
{
ImportData *data = g_new0 (ImportData, 1);
GnomeDruidPageStart *start;