mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Filter out another post gtk2.4 property.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13087 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
665e684050
commit
109f83f517
@ -19,4 +19,5 @@ find ${SEARCHDIRS} -name \*.glade | xargs \
|
||||
-e '/name="ellipsize"/d' \
|
||||
-e '/name="width_chars"/d' \
|
||||
-e '/name="single_line_mode"/d' \
|
||||
-e '/name="urgency_hint"/d' \
|
||||
-e '/name="angle"/d'
|
||||
|
@ -17,7 +17,6 @@
|
||||
<property name="skip_pager_hint">False</property>
|
||||
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
||||
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
||||
<property name="urgency_hint">False</property>
|
||||
|
||||
<child>
|
||||
<widget class="GnomeDruid" id="merge_druid">
|
||||
|
Loading…
Reference in New Issue
Block a user