gnome-themes r1479 - in trunk: . common



Author: calum
Date: Mon Jun 16 15:06:12 2008
New Revision: 1479
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1479&view=rev

Log:
Make mkiconlinks.sh quieter if/until we fix up the symlink.dat files again.


Modified:
   trunk/NEWS
   trunk/common/mkiconlinks.sh

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jun 16 15:06:12 2008
@@ -1,3 +1,29 @@
+2.23.4
+======
+
+Features/bugfixes:
+
+Add a --disable-legacy-icon-mapping configure option for development and 
+testing purposes.  (May later enable this automatically for dev builds and 
+disable it for stable releases, as per gnome-icon-theme; we'll see.)
+
+Flag affects HCLP, HCLPI, HC-SVG, Crux and Mist icon themes.
+
+New/updated translations:
+
+2008-06-12  Theppitak Karoonboonyanan  <thep linux thai net>
+	* th.po: Updated Thai translation.
+
+2008-06-11  Djihed Afifi <djihed gmail com> 
+	* ar.po: Updated Arabic Translation by Khaled Hosny.
+
+2008-06-07  Kjartan Maraas  <kmaraas gnome org>
+	* nb.po: Updated Norwegian bokm??l translation.
+
+2008-06-05  Priit Laes  <plaes at svn dot gnome dot org>
+	* et.po: Translation updated by Ivar Smolin
+
+
 2.23.3
 ======
 

Modified: trunk/common/mkiconlinks.sh
==============================================================================
--- trunk/common/mkiconlinks.sh	(original)
+++ trunk/common/mkiconlinks.sh	Mon Jun 16 15:06:12 2008
@@ -27,8 +27,8 @@
 
 	#Link each pair in turn
 	for i in $LINKTO ; do
-		echo ln -s -f "$ORIG_FILE" "$i"
-#		echo $i >> removable.txt
+		echo
+#		ln -s -f "$ORIG_FILE" "$i"
 	done
 
 	read NEXTLINE 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]