Typo fix.

Tue Jun 18 19:30:25 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtktreeview.c: Typo fix.
This commit is contained in:
Owen Taylor 2002-06-18 23:29:10 +00:00 committed by Owen Taylor
parent 1abf7df6be
commit 09a33a8aec
7 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -1,3 +1,7 @@
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktreeview.c: Typo fix.
Tue Jun 18 19:11:51 2002 Owen Taylor <otaylor@redhat.com>
* gdk/gdkdisplay.[ch] gdk/gdkevents.c gdk/gdkinput.h

View File

@ -6795,7 +6795,7 @@ _gtk_tree_view_column_start_drag (GtkTreeView *tree_view,
GtkAllocation allocation;
gint x, y, width, height;
GdkScreen *screen = gtk_widget_get_screen (GTK_WIDGET (tree_view));
GdkDisplay *display = gtk_screen_get_display (screen);
GdkDisplay *display = gdk_screen_get_display (screen);
g_return_if_fail (tree_view->priv->column_drag_info == NULL);