aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-dnd-bridge.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-07-10 01:12:16 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-07-10 01:12:16 +0800
commit8b2d3de603fa824cfc983b1574a5a8530a3a32a6 (patch)
tree99e414248b13c287abd6e5f595f1959ceffafbec /shell/e-folder-dnd-bridge.c
parent779e0f5058e089279c2851e18ef7003ec88bb61f (diff)
downloadgsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.gz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.bz2
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.lz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.xz
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.tar.zst
gsoc2013-evolution-8b2d3de603fa824cfc983b1574a5a8530a3a32a6.zip
Remove debugging message. (impl_shortcut_drag_motion): Likewise.
* e-shortcuts-view.c (impl_shortcut_drag_motion): Remove debugging message. (impl_shortcut_drag_motion): Likewise. * e-local-storage.c (remove_folder_step): Remove debugging message. * e-folder-dnd-bridge.c (e_folder_dnd_bridge_data_received): Remove debugging message. svn path=/trunk/; revision=17392
Diffstat (limited to 'shell/e-folder-dnd-bridge.c')
-rw-r--r--shell/e-folder-dnd-bridge.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-folder-dnd-bridge.c b/shell/e-folder-dnd-bridge.c
index f088c2b3a1..5614574e92 100644
--- a/shell/e-folder-dnd-bridge.c
+++ b/shell/e-folder-dnd-bridge.c
@@ -461,7 +461,6 @@ e_folder_dnd_bridge_data_received (GtkWidget *widget,
target_type = gdk_atom_name (selection_data->target);
if (strcmp (target_type, E_FOLDER_DND_PATH_TARGET_TYPE) != 0) {
- g_print ("drop data received -- target_type %s\n", target_type);
handled = handle_data_received_non_path (context, selection_data, storage_set,
path, target_type);
} else {