diff --git a/ChangeLog b/ChangeLog index 084216a22c..7aef30b66f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-03 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_begin_internal): Make it compile. + 2006-01-04 Tor Lillqvist * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 084216a22c..7aef30b66f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2006-01-03 Matthias Clasen + + * gtk/gtkdnd.c (gtk_drag_begin_internal): Make it compile. + 2006-01-04 Tor Lillqvist * gtk-zip.sh.in: Include also the gtk20-properties message catalogs. diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 44fa2fc8c5..b2dc242cdf 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -2221,7 +2221,7 @@ gtk_drag_begin_internal (GtkWidget *widget, if (event && event->type == GDK_MOTION_NOTIFY) gtk_drag_motion_cb (info->ipc_widget, (GdkEventMotion *)event, info); else - gtk_drag_update (info, info->screen, info->cur_x, info->cur_y, event); + gtk_drag_update (info, info->cur_screen, info->cur_x, info->cur_y, event); info->start_x = info->cur_x;