This is an automated email from the git hooks/post-receive script.
git pushed a commit to reference refs/pull/49/head
in repository enlightenment.
View the commit online.
commit d60a6fd16b2fc0bab442e30bd30672175d6454c9
Author: rafspiny <rafsp...@gmail.com>
AuthorDate: Thu Aug 3 22:11:06 2023 +0200
Forgot to update reference to renamed enum values
---
src/modules/convertible/dbus_acceleration.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/modules/convertible/dbus_acceleration.c b/src/modules/convertible/dbus_acceleration.c
index 98d671a62..3325d50af 100644
--- a/src/modules/convertible/dbus_acceleration.c
+++ b/src/modules/convertible/dbus_acceleration.c
@@ -250,7 +250,7 @@ on_accelerometer_orientation(void *data, const Eldbus_Message *msg, Eldbus_Pendi
}
orientation = _access_string_property(msg, &variant);
- if (*orientation == UNDEFINED)
+ if (orientation == UNDEFINED)
{
INF("Failed to retrieve the orientation from dbus message");
return;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.