X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcellareabox.c;h=aa05220ae1d1973b89ff07fb730f6cf994babb59;hb=e1edc998a2e9c557030d207533932b3120e13fe5;hp=4cf8814e6d7fdfc20c5d19d78abf21dd71171a19;hpb=d4add8cefa6fa5c29bdb50f18e31cbfbfb38cc2b;p=~andy%2Fgtk diff --git a/gtk/gtkcellareabox.c b/gtk/gtkcellareabox.c index 4cf8814e6..aa05220ae 100644 --- a/gtk/gtkcellareabox.c +++ b/gtk/gtkcellareabox.c @@ -16,9 +16,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ @@ -201,8 +199,6 @@ static GSList *get_allocated_cells (GtkCellAreaBox *box, struct _GtkCellAreaBoxPrivate { - GtkOrientation orientation; - /* We hold on to the previously focused cell when navigating * up and down in a horizontal box (or left and right on a vertical one) * this way we always re-enter the last focused cell. @@ -215,6 +211,7 @@ struct _GtkCellAreaBoxPrivate GSList *contexts; + GtkOrientation orientation; gint spacing; /* We hold on to the rtl state from a widget we are requested for @@ -1769,7 +1766,7 @@ compute_size_for_opposing_orientation (GtkCellAreaBox *box, } /* Now we have the allocation for the group, - * request it's height-for-width + * request its height-for-width */ compute_group_size_for_opposing_orientation (box, group, widget, orientation_sizes[i].minimum_size,