[Freeswitch-svn] [commit] r12892 - freeswitch/trunk/scripts/contrib/mrene/textmate/FreeSWITCH.tmbundle/Snippets

FreeSWITCH SVN mrene at freeswitch.org
Thu Apr 2 11:45:42 PDT 2009


Author: mrene
Date: Thu Apr  2 13:45:42 2009
New Revision: 12892

Log:
tmbundle tweak

Modified:
   freeswitch/trunk/scripts/contrib/mrene/textmate/FreeSWITCH.tmbundle/Snippets/switch_core_session_get_channel.tmSnippet

Modified: freeswitch/trunk/scripts/contrib/mrene/textmate/FreeSWITCH.tmbundle/Snippets/switch_core_session_get_channel.tmSnippet
==============================================================================
--- freeswitch/trunk/scripts/contrib/mrene/textmate/FreeSWITCH.tmbundle/Snippets/switch_core_session_get_channel.tmSnippet	(original)
+++ freeswitch/trunk/scripts/contrib/mrene/textmate/FreeSWITCH.tmbundle/Snippets/switch_core_session_get_channel.tmSnippet	Thu Apr  2 13:45:42 2009
@@ -3,7 +3,7 @@
 <plist version="1.0">
 <dict>
 	<key>content</key>
-	<string>if (session &amp;&amp; (${1:channel} = switch_core_session_get_channel(${2:session}))) {
+	<string>if (${2:session} &amp;&amp; (${1:channel} = switch_core_session_get_channel(${2:session}))) {
 	$0
 }</string>
 	<key>name</key>



More information about the Freeswitch-svn mailing list