diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-18 17:03:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-18 17:03:07 -0400 |
| commit | 62048303a34f6cac733798651adb53b640e2114a (patch) | |
| tree | b03994dfe1d5cfbc94be65075f3345a45166bbef /container_unix.c | |
| parent | 8c8b642adbed274133b6e9d975c7ca8786300d2c (diff) | |
Merged new container/sizing stuff.
Diffstat (limited to 'container_unix.c')
| -rw-r--r-- | container_unix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/container_unix.c b/container_unix.c index 9802383..8de3cb5 100644 --- a/container_unix.c +++ b/container_unix.c @@ -59,7 +59,6 @@ static void goContainer_remove(GtkContainer *container, GtkWidget *widget) static void goContainer_size_allocate(GtkWidget *widget, GtkAllocation *allocation) { gtk_widget_set_allocation(widget, allocation); - containerResizing(GOCONTAINER(widget)->gocontainer, allocation); } struct forall { |
