[Xfce4-commits] r29662 - xfce-utils/trunk/scripts
Brian Tarricone
kelnos at xfce.org
Sun Mar 15 01:08:23 CET 2009
Author: kelnos
Date: 2009-03-15 00:08:23 +0000 (Sun, 15 Mar 2009)
New Revision: 29662
Modified:
xfce-utils/trunk/scripts/xfconf-migration-4.6.pl.in
Log:
might as well try Rodent too; can't hurt anyway
Modified: xfce-utils/trunk/scripts/xfconf-migration-4.6.pl.in
===================================================================
--- xfce-utils/trunk/scripts/xfconf-migration-4.6.pl.in 2009-03-15 00:01:26 UTC (rev 29661)
+++ xfce-utils/trunk/scripts/xfconf-migration-4.6.pl.in 2009-03-15 00:08:23 UTC (rev 29662)
@@ -296,7 +296,7 @@
if(!icon_theme_exists(\@icondirs, $val)) {
$val = undef;
- foreach my $itheme (('Tango', 'gnome', 'crystalsvg')) {
+ foreach my $itheme (('Tango', 'gnome', 'crystalsvg', 'Rodent')) {
if(icon_theme_exists(\@icondirs, $itheme)) {
$val = $itheme;
last;
More information about the Xfce4-commits
mailing list