fixed motion request condition which was wrongly ported with my last

Wed Feb  7 19:03:28 2007  Tim Janik  <timj@gtk.org>

        * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request 
        condition which was wrongly ported with my last commit.



svn path=/trunk/; revision=17274
This commit is contained in:
Tim Janik 2007-02-07 18:09:35 +00:00 committed by Tim Janik
parent 74747e38c9
commit 2c0d8ac819
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Feb 7 19:03:28 2007 Tim Janik <timj@gtk.org>
* gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request
condition which was wrongly ported with my last commit.
Tue Feb 6 15:53:59 2007 Tim Janik <timj@imendio.com>
* gtk/gtktextview.c (gtk_text_view_motion_event):

View File

@ -1872,8 +1872,7 @@ gtk_entry_motion_notify (GtkWidget *widget,
if (entry->select_lines)
return TRUE;
if (entry->text_area != event->window)
gdk_event_request_motions (event);
gdk_event_request_motions (event);
if (entry->in_drag)
{