>   /* Show only the filename if it's available and long
>      enough to overflow an icon if "LyX: " is included */
>   if (8 > OnlyFilename(cur_title).length()) {
>     icon_title = ": " +  OnlyFilename(cur_title);
>   } else {
>     icon_title = OnlyFilename(cur_title);
>   }

What's the advantage of using '8 > ...' instead of '... < 8'?
And why two (and three coded) calls to OnlyFilename?
Not that it matters much...

Andre'

-- 
Andr� P�nitz .............................................. [EMAIL PROTECTED]

Reply via email to