After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355308 - gtk_tree_view_set_grid_lines notifies wrong property
gtk_tree_view_set_grid_lines notifies wrong property
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks:
 
 
Reported: 2006-09-10 16:22 UTC by Torsten Schoenfeld
Modified: 2006-09-16 04:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
grid-lines -> enable-grid-lines (581 bytes, patch)
2006-09-10 16:23 UTC, Torsten Schoenfeld
none Details | Review

Description Torsten Schoenfeld 2006-09-10 16:22:29 UTC
gtk_tree_view_set_grid_lines notifies grid-lines, which doesn't exist.  I think enable-grid-lines is meant.  Patch attached.
Comment 1 Torsten Schoenfeld 2006-09-10 16:23:21 UTC
Created attachment 72505 [details] [review]
grid-lines -> enable-grid-lines
Comment 2 Matthias Clasen 2006-09-16 04:41:10 UTC
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)