This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 8bfb0a661497d86bf70c6f8d73dce4e1e2f24c83
Author: Alastair Poole <[email protected]>
AuthorDate: Fri Apr 3 18:00:41 2026 +0100
config: on first init set sort type.
---
NEWS | 6 ++++++
VERSION | 2 +-
meson.build | 2 +-
src/bin/evisum_config.c | 1 +
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 76930a6..00a31e5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+============
+Evisum 1.2.2-beta
+============
+
+ * Fix no sort type on first-run.
+
============
Evisum 1.2.1
============
diff --git a/VERSION b/VERSION
index 6085e94..23aa839 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.1
+1.2.2
diff --git a/meson.build b/meson.build
index f73e0f0..34646c1 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
##### Project
project('evisum', 'c',
- version : '1.2.1',
+ version : '1.2.2',
meson_version : '>= 0.56.0')
efl_version = '>= 1.27.0'
diff --git a/src/bin/evisum_config.c b/src/bin/evisum_config.c
index 3285def..f93d8ae 100644
--- a/src/bin/evisum_config.c
+++ b/src/bin/evisum_config.c
@@ -221,6 +221,7 @@ _config_init() {
cfg->proc.show_kthreads = 0;
cfg->proc.show_statusbar = 1;
cfg->proc.show_user = 1;
+ cfg->proc.sort_type = PROC_SORT_BY_CMD;
cfg->proc.transparent = 0;
cfg->proc.fields = (1u << PROC_FIELD_CMD)
| (1u << PROC_FIELD_PID)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.