Send change notification for the right property. (#355308, Torsten

2006-09-16  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
        change notification for the right property.  (#355308,
        Torsten Schoenfeld)
This commit is contained in:
Matthias Clasen
2006-09-16 04:40:50 +00:00
committed by Matthias Clasen
parent 278949fb84
commit 74dafefe45
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2006-09-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
change notification for the right property. (#355308,
Torsten Schoenfeld)
2006-09-15 Michael Natterer <mitch@imendio.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column

View File

@ -14660,7 +14660,7 @@ gtk_tree_view_set_grid_lines (GtkTreeView *tree_view,
{
gtk_widget_queue_draw (GTK_WIDGET (tree_view));
g_object_notify (G_OBJECT (tree_view), "grid-lines");
g_object_notify (G_OBJECT (tree_view), "enable-grid-lines");
}
}