diff options
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-storage-set-view.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9af2d293c6..fdfb18f911 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-10-10 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c (handle_evolution_path_drag_motion): Ooops, + remove debugging message. + +2001-10-10 Ettore Perazzoli <ettore@ximian.com> + * e-storage.c (e_storage_async_xfer_folder): Make this a no-op if the source and the destination path are the same. diff --git a/shell/e-storage-set-view.c b/shell/e-storage-set-view.c index 230f65b598..15f9206915 100644 --- a/shell/e-storage-set-view.c +++ b/shell/e-storage-set-view.c @@ -1028,8 +1028,6 @@ handle_evolution_path_drag_motion (EStorageSetView *storage_set_view, destination_path = g_strconcat (destination_path_base, "/", g_basename (source_path), NULL); - g_print ("source %s destination %s\n", source_path, destination_path); - if (strncmp (destination_path, source_path, source_path_len) == 0) { g_free (destination_path); return FALSE; |