aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r--shell/e-storage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-storage.c b/shell/e-storage.c
index c9af5445b2..7f72ec665d 100644
--- a/shell/e-storage.c
+++ b/shell/e-storage.c
@@ -115,8 +115,7 @@ folder_changed_cb (EFolder *folder,
highlight = GPOINTER_TO_INT (gtk_object_get_data (GTK_OBJECT (folder), "last_highlight"));
if (highlight != e_folder_get_highlighted (folder)) {
highlight = !highlight;
- gtk_object_set_data (GTK_OBJECT (folder), "last_highlight",
- GINT_TO_POINTER (highlight));
+ g_object_set_data (G_OBJECT (folder), "last_highlight", GINT_TO_POINTER (highlight));
p = strrchr (path, '/');
if (p && p != path) {
char *name;