summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@eazel.com>2000-09-08 04:59:04 +0000
committerMathieu Lacage <mathieu@src.gnome.org>2000-09-08 04:59:04 +0000
commit5941e8460d28fb2a1aed199e4a093b086027ad49 (patch)
tree169f6d85edbe2270eac1957a41832479d452d46b /src
parentc930d92da93673ee7aea6e967471db2f8f7c210a (diff)
downloadnautilus-5941e8460d28fb2a1aed199e4a093b086027ad49.tar.gz
Moves the tree view to the new standard way of dnd. This now makes it
2000-09-07 Mathieu Lacage <mathieu@eazel.com> Moves the tree view to the new standard way of dnd. This now makes it consistant with the rest of the icon and list view. Fixes a number of bugs in the process: 2897, 2905, 2353 * components/tree/nautilus-tree-view.c: it just changes a lot of things and cleans the code. Dnd should be now fully functional for file drag and drops. Please, test and report bugs.
Diffstat (limited to 'src')
-rw-r--r--src/nautilus-information-panel.c2
-rw-r--r--src/nautilus-sidebar.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/nautilus-information-panel.c b/src/nautilus-information-panel.c
index 0442fba76..e0f5dc8f9 100644
--- a/src/nautilus-information-panel.c
+++ b/src/nautilus-information-panel.c
@@ -755,6 +755,8 @@ nautilus_sidebar_drag_data_received (GtkWidget *widget, GdkDragContext *context,
g_return_if_fail (NAUTILUS_IS_SIDEBAR (widget));
+ g_print ("panel received drop.\n");
+
sidebar = NAUTILUS_SIDEBAR (widget);
switch (info) {
diff --git a/src/nautilus-sidebar.c b/src/nautilus-sidebar.c
index 0442fba76..e0f5dc8f9 100644
--- a/src/nautilus-sidebar.c
+++ b/src/nautilus-sidebar.c
@@ -755,6 +755,8 @@ nautilus_sidebar_drag_data_received (GtkWidget *widget, GdkDragContext *context,
g_return_if_fail (NAUTILUS_IS_SIDEBAR (widget));
+ g_print ("panel received drop.\n");
+
sidebar = NAUTILUS_SIDEBAR (widget);
switch (info) {