vfmg (DEVEL): vfmg - no --icons-fork in DR17

sparky sparky at pld-linux.org
Sat Nov 5 00:45:34 CET 2005


Author: sparky                       Date: Fri Nov  4 23:45:34 2005 GMT
Module: vfmg                          Tag: DEVEL
---- Log message:
- no --icons-fork in DR17

---- Files affected:
vfmg:
   vfmg (1.73.2.27 -> 1.73.2.28) 

---- Diffs:

================================================================
Index: vfmg/vfmg
diff -u vfmg/vfmg:1.73.2.27 vfmg/vfmg:1.73.2.28
--- vfmg/vfmg:1.73.2.27	Sat Nov  5 00:32:05 2005
+++ vfmg/vfmg	Sat Nov  5 00:45:29 2005
@@ -1251,6 +1251,9 @@
 if ( $o_output eq "DR17" ) { # {{{
 	die "Enlightenment DR17 requires icons scaling\n"
 		unless $opt{icons_scale};
+	die "Enlightenment DR17 conflicts with icons fork\n"
+		if $opt{icons_fork};
+	
 	$| = 1;
 	print "Generating DR17 menu, this may take a long time\n";
 	my %DR;
================================================================

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




More information about the pld-cvs-commit mailing list