diff options
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 30318ccb0b..57ed2495b5 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -252,7 +252,7 @@ filetype_changed_cb (GtkWidget *combobox, ImportData *data) } #if 0 -static int +static gint compare_info_name (gconstpointer data1, const void *data2) { const Bonobo_ServerInfo *info1 = (Bonobo_ServerInfo *)data1; |