show chat during incoming/outgoing call

The user should be able to continue chatting with the peer while
a call is being established.

Change-Id: I8cde896a7877641bb6b928b38fbd6184795257fa
Tuleap: #1095
diff --git a/src/currentcallview.cpp b/src/currentcallview.cpp
index e928027..3021437 100644
--- a/src/currentcallview.cpp
+++ b/src/currentcallview.cpp
@@ -164,7 +164,7 @@
     }
 }
 
-gboolean
+static gboolean
 map_boolean_to_orientation(GValue *value, GVariant *variant, G_GNUC_UNUSED gpointer user_data)
 {
     if (g_variant_is_of_type(variant, G_VARIANT_TYPE_BOOLEAN)) {