On Wed, Jul 21, 2004 at 10:07:48AM +1000, Scott Smedley wrote:
> Hi Micha,
>
> > Calling the function without the optional parameter sends a # instead of
> > nothing (at least on my system) which causes doesn't allow opening more
> > then one tabber.
>
> Sounds like you've got an out-of-date fvwmtabrc file.
>
> Older versions of fvwmtabrc used to have in-line comments which are
> illegal/ignored by FVWM.
>
Latest fvwmtabsrc has a line
# Create a new Tabber.
DestroyFunc NewTabber
AddToFunc NewTabber I SendToModule FvwmTabs createNewTabber $0
Just calling NewTabber (no argument) gives me in FvwmTabs tId = '#' at
the point:
[...]
sub createNewTabber
{
my $tId = shift();
[...]
Which doesn't let me open multiple unnamed tabs. This is with Fvwm
snapshot from yesterday.
> > There other fix is an extra space that I don't think should be there,
> > but I could be wrong.
>
> Ah yes. A bug - thanks.
>
> SCoTT. :)
> --
> Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
> To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
> message to majordomo_at_fvwm.org.
> To report problems, send mail to fvwm-owner_at_fvwm.org.
>
> +++++++++++++++++++++++++++++++++++++++++++
> This Mail Was Scanned By Mail-seCure System
> at the Tel-Aviv University CC.
>
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Jul 20 2004 - 21:04:17 BST