From b148986f32ab2d5f832221a10476cceaab19a5ca Mon Sep 17 00:00:00 2001 From: thomasadam Date: Tue, 25 Mar 2008 01:20:14 +0000 Subject: [PATCH] Update redmondxp theme to use features in FVWM 2.5.25+ Some of the style options were a little out of date. This also removes some deprecation warnings from old style changing since the theme was written. --- themes/redmondxp/modules/FvwmThemesPanelManager | 2 +- themes/redmondxp/modules/main | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/redmondxp/modules/FvwmThemesPanelManager b/themes/redmondxp/modules/FvwmThemesPanelManager index 3641cb0..6ae67ac 100755 --- a/themes/redmondxp/modules/FvwmThemesPanelManager +++ b/themes/redmondxp/modules/FvwmThemesPanelManager @@ -396,7 +396,7 @@ $module->addHandler(M_STRING, sub { $module->send(qq{ Deschedule 34543 - SendToModule $fullName init-current-page \$d \$[page.nx] \$[page.ny] + SendToModule $fullName init-current-page \$[desk.n] \$[page.nx] \$[page.ny] }); showClockNowAndRegularly() unless $clockStarted; diff --git a/themes/redmondxp/modules/main b/themes/redmondxp/modules/main index c535589..08b65d4 100644 --- a/themes/redmondxp/modules/main +++ b/themes/redmondxp/modules/main @@ -12,7 +12,7 @@ Style "*" SlipperyIcon, IconTitle DestroyFunc FuncFvwmStartNormalIcons AddToFunc FuncFvwmStartNormalIcons -+ I Style * NoIcon ++ I Style * !Icon # ---------------------------------------------------------------------------- # Switch functions @@ -21,7 +21,7 @@ DestroyFunc FuncFvwmStartThemeModules AddToFunc FuncFvwmStartThemeModules + I FuncFvwmReloadColorsModules + I FuncFvwmStartNormalIcons -+ I Style "*" IconBox screen w 10 10 -10 -40 p, IconGrid 76 90 ++ I Style * IconBox 10 10 -10 -40p, IconGrid 76 90 + I *FvwmIconMan: resolution page + I FuncFvwmStartPanel -- 2.11.4.GIT