The FvwmIconMan distributed with fvwm-2.0.46 contains a bug which causes it
to not always keep the list sorted. Enclosed is a patch which fixes the problem
which appears to be from copy and pasting code and then not changing everything:
--- modules/FvwmIconMan/fvwm.c.orig Wed Nov 18 16:34:32 1998
+++ modules/FvwmIconMan/fvwm.c Wed Nov 18 16:27:08 1998
_at_@ -327,7 +327,7 @@
copy_string (&win->titlename, (char *)name);
if (change_windows_manager (win) == 0 && win->button &&
- (win->manager->format_depend & ICON_NAME)) {
+ (win->manager->format_depend & TITLE_NAME)) {
if (win->manager->sort) {
resort_windows_button (win);
}
-Derek
derek_at_hipgraphics.com
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Nov 18 1998 - 15:38:38 GMT