On Fri 17.Sep'10 at 21:10:53 +0200, Tamas TEVESZ wrote:

> @@ -1029,14 +1029,9 @@ static ItemData *parseCommand(WMPropList * item)
>               } else if (strcmp(command, "LEGAL_PANEL") == 0) {
>                       cmd = 11;
>               } else {
> -
>                       wwarning(_("unknown command '%s' in menu"), command);
> -                     command = wstrdup("EXEC");
> -                     data->type = ExecInfo;
> -                     data->param.exec.command = wstrdup("invalid command");
> -
> -                     return data;
> -
> +                     wfree(data);
> +                     return NULL;
>               }


Perhaps it's some effect of the wine now, but the patch does
not apply. 

In the copy of WPrefs.app/Menu.c I have here there was 
a "goto error;" there.

I will try to fix this manually, but not today because
I may screw up something.


-- 
To unsubscribe, send mail to [email protected].

Reply via email to