* #33708: added fragment and model to display IM
diff --git a/src/org/sflphone/views/CallPaneLayout.java b/src/org/sflphone/views/CallPaneLayout.java
index 21c6b35..fb723ec 100644
--- a/src/org/sflphone/views/CallPaneLayout.java
+++ b/src/org/sflphone/views/CallPaneLayout.java
@@ -36,8 +36,8 @@
 			return false;
 		}
 		
-		return false;
-//		return super.onInterceptTouchEvent(event);
+//		return false;
+		return super.onInterceptTouchEvent(event);
 	}
 
 }