Seems to always generate this set of diffs (which are possibly a result of merging some old PRs made with older Glade version). You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/4217
-- Commit Summary --
* Re-save geany.glade with Glade
-- File Changes --
M data/geany.glade (33)
-- Patch Links --
https://github.com/geany/geany/pull/4217.patch https://github.com/geany/geany/pull/4217.diff
@b4n approved this pull request.
LGTM & WFM, and that's a good thing that we don't get irrelevant Glade changes in further updates :+1:
<property name="stock">gtk-new</property>
- <property name="icon-size">1</property> + <property name="icon_size">1</property>
Not your fault, but this one is silly (but harmless)
Merged #4217 into master.
@techee commented on this pull request.
<property name="stock">gtk-new</property>
- <property name="icon-size">1</property> + <property name="icon_size">1</property>
Do you know why this happens? It appeared to me that in general, glade tries to use `-` instead of `_` but here it's the other way round.
@b4n commented on this pull request.
<property name="stock">gtk-new</property>
- <property name="icon-size">1</property> + <property name="icon_size">1</property>
Dunno, maybe a typo in Glade
github-comments@lists.geany.org