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:
committed by
Matthias Clasen
parent
278949fb84
commit
74dafefe45
@ -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
|
||||
|
||||
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user