aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-folder-tree-model.c')
-rw-r--r--mail/em-folder-tree-model.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c
index df6cf80e73..ecaa095f6f 100644
--- a/mail/em-folder-tree-model.c
+++ b/mail/em-folder-tree-model.c
@@ -461,9 +461,8 @@ model_drag_data_received (GtkTreeDragDest *drag_dest, GtkTreePath *dest_path, Gt
if ((folder = camel_store_get_folder (store, full_name, 0, &ex))) {
/* FIXME: would have been nicer if we could 'move'
* messages and/or folders. but alas, gtktreeview
- * drag&drop sucks ass and doesn't give us the
- * context->action to check for GDK_ACTION_MOVE, so we
- * can't. Yay. */
+ * drag&drop doesn't give us the context->action to
+ * check for GDK_ACTION_MOVE, so we can't. Yay. */
gboolean move = FALSE;
if (selection->target == gdk_atom_intern ("x-uid-list", FALSE)) {