[gtk+/places-sidebar] Remove comments on things that Nautilus no longer needs to do



commit 6fcf8a78efe2847050387f875c53cad6d8adbaec
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Dec 4 18:25:44 2012 -0600

    Remove comments on things that Nautilus no longer needs to do

 gtk/gtkplacessidebar.c |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 79958a1..d8ac392 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -40,19 +40,6 @@
  *   that, Nautilus does the "volume has trash, empty it first?" dance.  Cosimo
  *   suggests that this logic should be part of GtkMountOperation, which can
  *   have Unix-specific code for emptying trash.
- *
- * * Nautilus needs to connect to "drag-action-requested", and call
- *   nautilus_drag_default_drop_action_for_icons().
- *
- * * Nautilus needs to connect to "drag-action-ask", and return the
- *   appropriate action after running a popup menu.  It needs to call
- *   nautilus_drag_drop_action_ask().
- *
- * * Nautilus needs to connect to "drag-perform-drop", and call
- *   nautilus_file_operations_copy_move() as appropriate.
- *     nautilus_file_operations_copy_move (uris, NULL, drop_uri,
- *                                         real_action, GTK_WIDGET (tree_view),
- *                                         NULL, NULL);
  */
 
 #include "config.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]