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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c
index f46a392d33..9cfedb9dc0 100644
--- a/shell/e-shell-importer.c
+++ b/shell/e-shell-importer.c
@@ -600,7 +600,7 @@ item_selected (GtkWidget *item,
char *iid;
g_free (data->choosen_iid);
- iid = gtk_object_get_data (GTK_OBJECT (item), "oafiid");
+ iid = g_object_get_data (G_OBJECT (item), "oafiid");
if (iid == NULL)
data->choosen_iid = g_strdup ("Automatic");
else