summaryrefslogtreecommitdiff
path: root/src/emacsgtkfixed.c
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2011-07-20 18:46:43 +0200
committerJoakim Verona <joakim@verona.se>2011-07-20 18:46:43 +0200
commit9c4f13500786571d004d4530e2ffd84c5457d61c (patch)
tree7c978208d3ba8ac0dc9fd22d1d3c39a69e74f28d /src/emacsgtkfixed.c
parent7cdff38f2f77f7c1c8ec2bfb3b268ccdce6ff218 (diff)
downloademacs-9c4f13500786571d004d4530e2ffd84c5457d61c.tar.gz
cleanups
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r--src/emacsgtkfixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacsgtkfixed.c b/src/emacsgtkfixed.c
index 5a0e57d0146..637903d85b4 100644
--- a/src/emacsgtkfixed.c
+++ b/src/emacsgtkfixed.c
@@ -74,7 +74,7 @@ static void emacs_fixed_gtk_widget_size_allocate (GtkWidget *widget,
parent_class = g_type_class_peek_parent (klass);
parent_class->size_allocate (widget, allocation);
-
+
//then modify allocations
gtk_container_foreach (widget,
aloc_callback,