projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f06065
)
Fix an oversight
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Jun 2015 20:46:07 +0000
(16:46 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 23 Jun 2015 20:46:26 +0000
(16:46 -0400)
gtk/gtkoverlay.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoverlay.c
b/gtk/gtkoverlay.c
index f172436b1e8d52356e8a37d500623aab2438d8d7..2abf75dfba291e6b716f9012457686802061949d 100644
(file)
--- a/
gtk/gtkoverlay.c
+++ b/
gtk/gtkoverlay.c
@@
-584,7
+584,7
@@
gtk_overlay_reorder_overlay (GtkOverlay *overlay,
}
else
{
- new_link = g_slist_nth (priv->children,
index
);
+ new_link = g_slist_nth (priv->children,
position
);
index = MIN (position, g_slist_length (priv->children) - 1);
}