Another erroneous semicolon.
2005-11-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another erroneous semicolon.
This commit is contained in:

committed by
Matthias Clasen

parent
6556787e0a
commit
b94e9ee56a
@ -3212,7 +3212,7 @@ gtk_tree_view_motion_resize_column (GtkWidget *widget,
|
||||
new_width = gtk_tree_view_new_column_width (tree_view,
|
||||
tree_view->priv->drag_pos, &x);
|
||||
if (x != tree_view->priv->x_drag &&
|
||||
(new_width != column->fixed_width));
|
||||
(new_width != column->fixed_width))
|
||||
{
|
||||
column->use_resized_width = TRUE;
|
||||
column->resized_width = new_width;
|
||||
|
Reference in New Issue
Block a user