浏览代码

Expose terminate_dlg through C API

Jason Penton 14 年之前
父节点
当前提交
f43f2f1e08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      modules_k/dialog/dialog.c

+ 1 - 0
modules_k/dialog/dialog.c

@@ -371,6 +371,7 @@ static int fixup_get_profile3(void** param, int param_no)
 int load_dlg( struct dlg_binds *dlgb )
 {
 	dlgb->register_dlgcb = register_dlgcb;
+	dlgb->terminate_dlg = dlg_bye_all;
 	return 1;
 }