gnucash maint: Bug 796600 - stock split cash-in-lieu income/asset labels backwards.
John Ralls
jralls at code.gnucash.org
Sat Jun 16 19:19:20 EDT 2018
Updated via https://github.com/Gnucash/gnucash/commit/4aaa18ea (commit)
from https://github.com/Gnucash/gnucash/commit/9b7544a7 (commit)
commit 4aaa18eafc82c4a7066a3c1299c4a8a9bbef7b99
Author: John Ralls <jralls at ceridwen.us>
Date: Sat Jun 16 16:19:12 2018 -0700
Bug 796600 - stock split cash-in-lieu income/asset labels backwards.
diff --git a/gnucash/gtkbuilder/assistant-stock-split.glade b/gnucash/gtkbuilder/assistant-stock-split.glade
index 1a9f847..b2a395b 100644
--- a/gnucash/gtkbuilder/assistant-stock-split.glade
+++ b/gnucash/gtkbuilder/assistant-stock-split.glade
@@ -336,7 +336,7 @@
<property name="use_underline">True</property>
</object>
<packing>
- <property name="left_attach">0</property>
+ <property name="left_attach">1</property>
<property name="top_attach">0</property>
</packing>
</child>
@@ -349,7 +349,7 @@
<property name="use_underline">True</property>
</object>
<packing>
- <property name="left_attach">1</property>
+ <property name="left_attach">0</property>
<property name="top_attach">0</property>
</packing>
</child>
Summary of changes:
gnucash/gtkbuilder/assistant-stock-split.glade | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the gnucash-changes
mailing list