]> Pileus Git - ~andy/gtk/commit
Removed special casing code in GtkCellLayout in favor of default implementation.
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 7 Jan 2011 09:08:51 +0000 (18:08 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Fri, 7 Jan 2011 09:08:51 +0000 (18:08 +0900)
commitda41937b421fd5bafc4cad309f4c7cf7752d3fb4
tree92fa8331e4f67f89587f71278969889f7cfac6e7
parent685fe294730f52927369e5b707d11cbfd992b22d
Removed special casing code in GtkCellLayout in favor of default implementation.

The fact that GtkCellLayout was checking "if (gtk_cell_layout_get_area (layout))"
and executing code contitionally from the apis instead of simply falling
back to the default implementation for these things was causing problems
in language bindings such as gtkmm... Regardless, the implementation
is cleaner this way too.
gtk/gtkcelllayout.c