diff options
author | Xan Lopez <xlopez@igalia.com> | 2011-06-10 02:02:36 +0800 |
---|---|---|
committer | Xan Lopez <xlopez@igalia.com> | 2011-06-10 02:02:36 +0800 |
commit | be870ea35d2f9e02ec30f6cc93a2ea23611100b4 (patch) | |
tree | 578ea87a6a8fba733d98c7da78567b577adafa7b /lib | |
parent | ffae9a0909f5a12e510038840586044a77b7baec (diff) | |
download | gsoc2013-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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/gedit-overlay.c | 2 |
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); |