jingle-ft/filetransfer.c
changeset 171 2729dfd1c085
parent 170 2af5b8872201
child 172 d33526eba590
equal deleted inserted replaced
170:2af5b8872201 171:2729dfd1c085
   817   if (jft_cid)
   817   if (jft_cid)
   818     compl_del_category(jft_cid);
   818     compl_del_category(jft_cid);
   819 #ifdef MCABBER_API_HAVE_CMD_ID
   819 #ifdef MCABBER_API_HAVE_CMD_ID
   820   cmd_del(jft_cmdid);
   820   cmd_del(jft_cmdid);
   821 #else
   821 #else
   822   cmd_del("file");
   822   cmd_del("jft");
   823 #endif
   823 #endif
   824 }
   824 }
   825 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */
   825 /* vim: set expandtab cindent cinoptions=>2\:2(0 sw=2 ts=2:  For Vim users... */