[evolution/gnome-41] By_Company.galview: Correct the column index in the grouping part
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-41] By_Company.galview: Correct the column index in the grouping part
- Date: Fri, 17 Sep 2021 09:30:49 +0000 (UTC)
commit 63a18fab015eac39bcd574e4bfcd373b1e4950b0
Author: Milan Crha <mcrha redhat com>
Date: Fri Sep 17 11:24:04 2021 +0200
By_Company.galview: Correct the column index in the grouping part
The column index is not the same as the model_col in the .etspec definition,
which caused use of the 'Journal' column, instead of the 'Company' column here.
data/views/addressbook/By_Company.galview | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/views/addressbook/By_Company.galview b/data/views/addressbook/By_Company.galview
index 5d28aec02f..bcab84ce8a 100644
--- a/data/views/addressbook/By_Company.galview
+++ b/data/views/addressbook/By_Company.galview
@@ -6,7 +6,7 @@
<column source="23"/>
<column source="36"/>
<grouping>
- <group column="35" ascending="true"/>
+ <group column="27" ascending="true"/>
<leaf column="2" ascending="true"/>
</grouping>
</ETableState>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]