vfmg (DEVEL): vfmg - kill long lines, add an arrow for submenus

sparky sparky at pld-linux.org
Sat Jan 28 16:26:46 CET 2006


Author: sparky                       Date: Sat Jan 28 15:26:46 2006 GMT
Module: vfmg                          Tag: DEVEL
---- Log message:
- kill long lines, add an arrow for submenus

---- Files affected:
vfmg:
   vfmg (1.73.2.55 -> 1.73.2.56) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.73.2.55 vfmg/vfmg:1.73.2.56
--- vfmg/vfmg:1.73.2.55	Sat Jan 28 01:13:26 2006
+++ vfmg/vfmg	Sat Jan 28 16:26:40 2006
@@ -1294,8 +1294,9 @@
 			push @apps, [encode($opt{encoding}, $$d{Name}), $$d{Exec}];
 		} else {
 			system("wmiir", "create", "/menu/items/menu" . $level . "/items/" .
-				encode($opt{encoding}, $$d{Name}),
-				"wmiir write /menu/lookup /items/menu" . $level ."/". $$d{file}. "/items; wmiir write /menu/ctl 'display 1'");
+				encode($opt{encoding}, $$d{Name}) . " [>",
+				"wmiir write /menu/lookup /items/menu" . $level."/".$$d{file}
+				. "/items; wmiir write /menu/ctl 'display 1'");
 				
 			wmii($menu[$no]{$entry}, $level ."/". $$d{file} );
 		}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/vfmg/vfmg?r1=1.73.2.55&r2=1.73.2.56&f=u



More information about the pld-cvs-commit mailing list