2009/devel/desktop/lookandfeel/icon-theme-milky - Correct folder-bookmark and folder-downloads icon ...

Onur Küçük paketler-commits at pardus.org.tr
Mon Jul 19 14:54:26 EEST 2010


Author: onur
Date: Mon Jul 19 14:54:25 2010
New Revision: 96121

Modified:
   2009/devel/desktop/lookandfeel/icon-theme-milky/actions.py
   2009/devel/desktop/lookandfeel/icon-theme-milky/pspec.xml
Log:
Correct folder-bookmark and folder-downloads icon names, thanks to Anıl Özbek
fixes bug #13802

BUG:FIXED:13802




---
 actions.py |    4 ++++
 pspec.xml  |    7 +++++++
 2 files changed, 11 insertions(+)

Modified: 2009/devel/desktop/lookandfeel/icon-theme-milky/actions.py
=================================================================
--- 2009/devel/desktop/lookandfeel/icon-theme-milky/actions.py	(original)
+++ 2009/devel/desktop/lookandfeel/icon-theme-milky/actions.py	Mon Jul 19 14:54:25 2010
@@ -30,6 +30,10 @@
                 if name.startswith("text-plain."):
                     for zetubiyer in ["text-x-authors.", "text-x-changelog.", "text-x-cmake.", "text-x-copying.", "text-x-log.", "text-x-nfo.", "text-x-readme.", "text-x-install."]:
                         shelltools.copy(os.path.join(root, name), os.path.join(root, name.replace("text-plain.", zetubiyer)))
+                if name.startswith("folder-bookmarks."):
+                    shelltools.move(os.path.join(root, name), os.path.join(root, name.replace("folder-bookmarks.", "folder-bookmark.")))
+                if name.startswith("folder-download."):
+                    shelltools.move(os.path.join(root, name), os.path.join(root, name.replace("folder-download.", "folder-downloads.")))
 
 
 def setup():

Modified: 2009/devel/desktop/lookandfeel/icon-theme-milky/pspec.xml
=================================================================
--- 2009/devel/desktop/lookandfeel/icon-theme-milky/pspec.xml	(original)
+++ 2009/devel/desktop/lookandfeel/icon-theme-milky/pspec.xml	Mon Jul 19 14:54:25 2010
@@ -53,6 +53,13 @@
     </Package>
 
     <History>
+        <Update release="8">
+            <Date>2010-07-19</Date>
+            <Version>0.6.1</Version>
+            <Comment>Correct folder-bookmark and folder-downloads icon names, thanks to Anıl Özbek, bug #13802</Comment>
+            <Name>Onur Küçük</Name>
+            <Email>onur at pardus.org.tr</Email>
+        </Update>
         <Update release="7">
             <Date>2010-04-27</Date>
             <Version>0.6.1</Version>


More information about the paketler-commits mailing list