summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-01-21 01:03:27 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-01-21 01:03:27 +0000
commit21993dcb10451adc462fa1b42e3e46f392371c95 (patch)
tree7f5e61e150bcd28dd0aa10924f2f5e0835cc31b2 /gtk/gtkdnd.c
parent6e3e247b9a1cdc7fec2197dceda35752f38c8003 (diff)
downloadgtk+-21993dcb10451adc462fa1b42e3e46f392371c95.tar.gz
Start off with the cursor for "no drop" since if we'll get a status if we
Wed Jan 20 19:57:14 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c (gtk_drag_begin): Start off with the cursor for "no drop" since if we'll get a status if we are over a drag window, but none if we aren't over one.
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r--gtk/gtkdnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 35d95411a5..7ece58b27b 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -1516,7 +1516,7 @@ gtk_drag_begin (GtkWidget *widget,
if (event)
info->cursor = gtk_drag_get_cursor (
- gtk_drag_get_event_action (event, info->button, actions));
+ gtk_drag_get_event_action (event, info->button, 0));
gtk_signal_emit_by_name (GTK_OBJECT (widget), "drag_begin",
info->context);