Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
09a33a8a
Commit
09a33a8a
authored
Jun 18, 2002
by
Owen Taylor
Committed by
Owen Taylor
Jun 18, 2002
Browse files
Typo fix.
Tue Jun 18 19:30:25 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtktreeview.c: Typo fix.
parent
1abf7df6
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
09a33a8a
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
...
...
ChangeLog.pre-2-10
View file @
09a33a8a
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
...
...
ChangeLog.pre-2-2
View file @
09a33a8a
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
...
...
ChangeLog.pre-2-4
View file @
09a33a8a
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
...
...
ChangeLog.pre-2-6
View file @
09a33a8a
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
...
...
ChangeLog.pre-2-8
View file @
09a33a8a
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
...
...
gtk/gtktreeview.c
View file @
09a33a8a
...
...
@@ -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
=
g
t
k_screen_get_display
(
screen
);
GdkDisplay
*
display
=
g
d
k_screen_get_display
(
screen
);
g_return_if_fail
(
tree_view
->
priv
->
column_drag_info
==
NULL
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment