aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xlopez@igalia.com>2011-06-10 02:02:36 +0800
committerXan Lopez <xlopez@igalia.com>2011-06-10 02:02:36 +0800
commitbe870ea35d2f9e02ec30f6cc93a2ea23611100b4 (patch)
tree578ea87a6a8fba733d98c7da78567b577adafa7b
parentffae9a0909f5a12e510038840586044a77b7baec (diff)
downloadgsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar.gz
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar.bz2
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar.lz
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar.xz
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.tar.zst
gsoc2013-epiphany-be870ea35d2f9e02ec30f6cc93a2ea23611100b4.zip
gedit-overlay: fix compiler warning
-rw-r--r--lib/widgets/gedit-overlay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/gedit-overlay.c b/lib/widgets/gedit-overlay.c
index 45e783df6..29ac36810 100644
--- a/lib/widgets/gedit-overlay.c
+++ b/lib/widgets/gedit-overlay.c
@@ -413,9 +413,9 @@ gedit_overlay_forall (GtkContainer *overlay,
while (children)
{
+ GtkWidget *child;
ChildContainer *container = children->data;
children = children->next;
- GtkWidget *child;
child = child_container_get_child (container);