summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dbus-helper.c')
-rw-r--r--common/dbus-helper.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/dbus-helper.c b/common/dbus-helper.c
index 4d15f418..673ec2b5 100644
--- a/common/dbus-helper.c
+++ b/common/dbus-helper.c
@@ -432,6 +432,9 @@ void dbus_message_iter_append_dict_entry(DBusMessageIter *dict,
case DBUS_TYPE_STRING:
sig = DBUS_TYPE_STRING_AS_STRING;
break;
+ case DBUS_TYPE_INT16:
+ sig = DBUS_TYPE_INT16_AS_STRING;
+ break;
case DBUS_TYPE_UINT32:
sig = DBUS_TYPE_UINT32_AS_STRING;
break;