[Xfce4-commits] <tumbler:master> The error-code should be int32, not uint32

Jannis Pohlmann noreply at xfce.org
Wed Dec 2 16:16:01 CET 2009


Updating branch refs/heads/master
         to 9af7ee82754f2ed5c19f437cf03c7de633620a3f (commit)
       from 5cf54f0c993907c5c45cbe351f4d87b419a2eb06 (commit)

commit 9af7ee82754f2ed5c19f437cf03c7de633620a3f
Author: Philip Van Hoof <philip at codeminded.be>
Date:   Tue Dec 1 12:25:35 2009 +0200

    The error-code should be int32, not uint32
    
    Signed-off-by: Jannis Pohlmann <jannis at xfce.org>

 tumblerd/tumbler-service.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tumblerd/tumbler-service.c b/tumblerd/tumbler-service.c
index f5451bc..a3fc687 100644
--- a/tumblerd/tumbler-service.c
+++ b/tumblerd/tumbler-service.c
@@ -401,7 +401,7 @@ tumbler_service_scheduler_error (TumblerScheduler   *scheduler,
   dbus_message_iter_close_container (&iter, &strv_iter);
 
   /* append the error code and error message */
-  dbus_message_iter_append_basic (&iter, DBUS_TYPE_UINT32, &error_code);
+  dbus_message_iter_append_basic (&iter, DBUS_TYPE_INT32, &error_code);
   dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING, &message_s);
 
   /* send the signal message over D-Bus */



More information about the Xfce4-commits mailing list