mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Typo fix.
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeview.c: Typo fix.
This commit is contained in:
parent
1abf7df6be
commit
09a33a8aec
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user