Dialog 2 inspects the first argument received to look for an option switch (e.g. -q) – if a switch is found Dialog 1 is used instead (as Dialog 2 uses words as commands).
tmread was not passing the executed path as argv[0] when using execl(), which meant that Dialog 2 was looking at the nib name as the first option, thus not passing off to Dialog 1. Changed: U trunk/Review/Tools/tmread/src/dialog.c U trunk/Review/Tools/tmread/test/setup.sh _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
