diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-03-15 22:09:20 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-03-15 22:44:33 -0400 |
commit | 8d58b64c28db07a0dbc225100383beed87575bd2 (patch) | |
tree | 68c59996818636c0cc7d79efdc3bfc06af1d3ad8 /demos/widget-factory | |
parent | 0df9b59dfc6ff9409300f7ec9c5262e7fcf0296d (diff) | |
download | gtk+-8d58b64c28db07a0dbc225100383beed87575bd2.tar.gz |
widget-factory: Stop using follow-state
The property is no longer needed, cell renderers now
always follow state.
Diffstat (limited to 'demos/widget-factory')
-rw-r--r-- | demos/widget-factory/widget-factory.ui | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui index 325f6e07bb..a9ac2c7d10 100644 --- a/demos/widget-factory/widget-factory.ui +++ b/demos/widget-factory/widget-factory.ui @@ -1571,9 +1571,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property> <property name="title" translatable="yes">Icon</property> <property name="reorderable">True</property> <child> - <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"> - <property name="follow_state">true</property> - </object> + <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/> <attributes> <attribute name="icon_name">1</attribute> </attributes> @@ -3074,9 +3072,7 @@ microphone-sensitivity-medium-symbolic</property> <property name="selection_mode">multiple</property> <property name="model">iconsmodel</property> <child> - <object class="GtkCellRendererPixbuf" id="iconviewcell"> - <property name="follow-state">True</property> - </object> + <object class="GtkCellRendererPixbuf" id="iconviewcell"/> <attributes> <attribute name="icon-name">0</attribute> </attributes> |