Fix a typo

svn path=/trunk/; revision=19039
This commit is contained in:
Matthias Clasen 2007-11-25 06:07:44 +00:00
parent 0184d7caad
commit 1719428849
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
typo. (#498922)
2007-11-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdialog.c: Move signal and property documentation inline,

View File

@ -15290,7 +15290,7 @@ gtk_tree_view_set_show_expanders (GtkTreeView *tree_view,
else
GTK_TREE_VIEW_UNSET_FLAG (tree_view, GTK_TREE_VIEW_SHOW_EXPANDERS);
if (was_enabled != was_enabled)
if (enabled != was_enabled)
gtk_widget_queue_draw (GTK_WIDGET (tree_view));
}