aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2004-02-04 06:55:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-02-04 06:55:55 +0800
commitc16b5e3a40e4624db26826dfa6d4f3506278305b (patch)
tree77aa77659f06b4c1ea7c500a6f0e433bfd926494 /mail/em-folder-tree-model.c
parente7b1590620083b2c32b34b537208d7079fbfb6b8 (diff)
downloadgsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar.gz
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar.bz2
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar.lz
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar.xz
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.tar.zst
gsoc2013-evolution-c16b5e3a40e4624db26826dfa6d4f3506278305b.zip
oops, don't ref/unref the gtk_selection_data
svn path=/trunk/; revision=24596
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r--mail/em-folder-tree-model.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index ad9768dcd5..6f74374342 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -1240,7 +1240,6 @@ emftm_drag_data_received_async__free (struct _mail_msg *mm)
struct _DragDataReceivedAsync *m = (struct _DragDataReceivedAsync *) mm;
g_object_unref (m->context);
- g_object_unref (m->selection);
camel_object_unref (m->store);
g_free (m->full_name);
}
@@ -1286,7 +1285,6 @@ em_folder_tree_model_drag_data_received (EMFolderTreeModel *model, GdkDragContex
full_name = path[0] == '/' ? path + 1 : path;
g_object_ref (context);
- g_object_ref (selection);
camel_object_ref (store);
m = mail_msg_new (&drag_data_received_async_op, NULL, sizeof (struct _DragDataReceivedAsync));