Re: Documentation discrepancy

2012-10-21 Thread Dan Espen
Philippe Grégoire gregoi...@hotmail.com writes:

 On 2012-10-20 21:50, Dan Espen wrote:
 Philippe Grégoiregregoi...@hotmail.com  writes:

 Hi,

 I am working on a window placement module in perl and \
 noticed a discrepancy between the documentation and the \
 implementation.

Got it now.
Wasn't all that familiar with this area of Fvwm.
Change committed.

Thanks.
-- 
Dan Espen



Re: Documentation discrepancy

2012-10-20 Thread Dan Espen
Philippe Grégoire gregoi...@hotmail.com writes:

 Hi,

 I am working on a window placement module in perl and \
 noticed a discrepancy between the documentation and the \
 implementation.

 In 'FVWM::Tracker::GlobalConfig', it is said that the \
 observable is value updated. However, the code uses \
 value changed. As such, modules that use this tracker \
 do not receive updates. Here is a patch for the documen- \
 tation:

 --- fvwm-snap-20121011/perllib/FVWM/Tracker/GlobalConfig.pm
 2009-03-17 13:09:15.0 -0400
 +++ fvwm-snap-20121011p/perllib/FVWM/Tracker/GlobalConfig.pm
 2012-10-18 16:52:54.0 -0400
 @@ -100,7 +100,7 @@ __END__
  This is a subclass of BFVWM::Tracker that enables to read the global
  FVWM configuration.

 -value updated
 +value changed

  =head1 SYNOPSYS

Changed vs Updated, I'm failing to see the difference.

-- 
Dan Espen