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:
parent
6556787e0a
commit
b94e9ee56a
@ -1,5 +1,8 @@
|
|||||||
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
|
||||||
|
erroneous semicolon.
|
||||||
|
|
||||||
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
||||||
semicolon.
|
semicolon.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
|
||||||
|
erroneous semicolon.
|
||||||
|
|
||||||
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
||||||
semicolon.
|
semicolon.
|
||||||
|
|
||||||
|
@ -3212,7 +3212,7 @@ gtk_tree_view_motion_resize_column (GtkWidget *widget,
|
|||||||
new_width = gtk_tree_view_new_column_width (tree_view,
|
new_width = gtk_tree_view_new_column_width (tree_view,
|
||||||
tree_view->priv->drag_pos, &x);
|
tree_view->priv->drag_pos, &x);
|
||||||
if (x != tree_view->priv->x_drag &&
|
if (x != tree_view->priv->x_drag &&
|
||||||
(new_width != column->fixed_width));
|
(new_width != column->fixed_width))
|
||||||
{
|
{
|
||||||
column->use_resized_width = TRUE;
|
column->use_resized_width = TRUE;
|
||||||
column->resized_width = new_width;
|
column->resized_width = new_width;
|
||||||
|
Loading…
Reference in New Issue
Block a user