xmlSetProp checkbox/"Run in terminal" menueditor support
Brian J. Tarricone
bjt23 at cornell.edu
Mon Mar 1 15:11:24 CET 2004
Joshua Cummings wrote:
>"term" doesn't even show up using this method.
>I tried:
>
>if(in_terminal == TRUE){
>xmlSetProp(node, "term", "yes");
>}
>else{
>xmlSetProp(node, "term", "no");
>}
>
this isn't actually a solution to your problem... just a pointer for
later. _don't_ use "yes" and "no". xfdesktop only recognises boolean
"true" and "false".
-brian
More information about the Xfce4-dev
mailing list