[Telepathy-commits] [telepathy-mission-control/master] Cosmetic code change

Alberto Mardegan alberto.mardegan at nokia.com
Mon Nov 3 23:35:54 PST 2008


Reorder a line of code, and truncate lines at 80 chars.
---
 src/mcd-dispatcher.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index d7ffb1f..7ca4ab3 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -2083,6 +2083,8 @@ _mcd_dispatcher_add_request (McdDispatcher *dispatcher, McdChannel *channel)
     g_value_init (&v_user_time, G_TYPE_UINT64);
     g_value_set_uint64 (&v_user_time,
                         _mcd_channel_get_request_user_action_time (channel));
+    g_hash_table_insert (properties, "org.freedesktop.Telepathy.ChannelRequest"
+                         ".UserActionTime", &v_user_time);
 
     requests = g_ptr_array_sized_new (1);
     g_ptr_array_add (requests,
@@ -2090,9 +2092,8 @@ _mcd_dispatcher_add_request (McdDispatcher *dispatcher, McdChannel *channel)
     g_value_init (&v_requests, dbus_g_type_get_collection ("GPtrArray",
          MC_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP));
     g_value_set_static_boxed (&v_requests, requests);
-
-    g_hash_table_insert (properties, "org.freedesktop.Telepathy.ChannelRequest" ".UserActionTime", &v_user_time);
-    g_hash_table_insert (properties, "org.freedesktop.Telepathy.ChannelRequest" ".Requests", &v_requests);
+    g_hash_table_insert (properties, "org.freedesktop.Telepathy.ChannelRequest"
+                         ".Requests", &v_requests);
 
     g_object_ref (channel);
     mc_cli_client_handler_call_add_request (handler->proxy, -1,
-- 
1.5.6.5




More information about the Telepathy-commits mailing list