libpurple/plugins/tcl/tcl_cmds.c

branch
soc.2013.gobjectification.plugins
changeset 36782
64936dae41a3
parent 36545
23b59a16c808
parent 34955
854143116575
child 37075
cf3f735b09b7
equal deleted inserted replaced
36781:8fb558514134 36782:64936dae41a3
997 title = Tcl_GetString(objv[2]); 997 title = Tcl_GetString(objv[2]);
998 msg1 = Tcl_GetString(objv[3]); 998 msg1 = Tcl_GetString(objv[3]);
999 msg2 = Tcl_GetString(objv[4]); 999 msg2 = Tcl_GetString(objv[4]);
1000 } 1000 }
1001 1001
1002 purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL); 1002 purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL, NULL);
1003 1003
1004 return TCL_OK; 1004 return TCL_OK;
1005 } 1005 }
1006 1006
1007 int tcl_cmd_plugins(ClientData unused, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) 1007 int tcl_cmd_plugins(ClientData unused, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])

mercurial