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.000000000 -0400 +++ fvwm-snap-20121011p/perllib/FVWM/Tracker/GlobalConfig.pm 2012-10-18 16:52:54.000000000 -0400
@@ -100,7 +100,7 @@ __END__
 This is a subclass of B<FVWM::Tracker> that enables to read the global
 FVWM configuration.

-    "value updated"
+    "value changed"

 =head1 SYNOPSYS


Thanks for the work

Reply via email to