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 a21a681bf71f6dbfc69bb283f9e313877aff0a76
Author: Alastair Poole <m...@alastairpoole.com>
AuthorDate: Fri Mar 21 23:51:32 2025 +0000
config: remove bogus struct member.
God knows how that ended up there.
---
src/bin/evisum_config.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/bin/evisum_config.h b/src/bin/evisum_config.h
index 55c2d50..e0c5c2e 100644
--- a/src/bin/evisum_config.h
+++ b/src/bin/evisum_config.h
@@ -3,7 +3,7 @@
#include "ui/evisum_ui.h"
-#define CONFIG_VERSION 0x0014
+#define CONFIG_VERSION 0x0015
typedef struct _Evisum_Config
{
@@ -14,7 +14,6 @@ typedef struct _Evisum_Config
struct
{
- Evas_Object *win;
int width;
int height;
int x, y;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.