diff options
author | Joakim Verona <joakim@verona.se> | 2011-07-20 18:46:43 +0200 |
---|---|---|
committer | Joakim Verona <joakim@verona.se> | 2011-07-20 18:46:43 +0200 |
commit | 9c4f13500786571d004d4530e2ffd84c5457d61c (patch) | |
tree | 7c978208d3ba8ac0dc9fd22d1d3c39a69e74f28d /src/emacsgtkfixed.c | |
parent | 7cdff38f2f77f7c1c8ec2bfb3b268ccdce6ff218 (diff) | |
download | emacs-9c4f13500786571d004d4530e2ffd84c5457d61c.tar.gz |
cleanups
Diffstat (limited to 'src/emacsgtkfixed.c')
-rw-r--r-- | src/emacsgtkfixed.c | 2 |
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, |