Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 1ed1dab3bec24d0997b62a818253f2df > files > 3

plasma-applet-mountoid-0.33-3mdv2010.1.src.rpm

#
#Description: Fix icon name 
#Forwarded: submitted to upstream
#Bug: 
#Author: Balcaen John <mikala@mandriva.org>
#

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt	2010-06-01 14:49:43.993824733 -0300
@@ -31,7 +31,7 @@
 install(FILES plasma-applet-mountoid.desktop
         DESTINATION ${SERVICES_INSTALL_DIR})
 				
-install(FILES mountoid.png os_macos.png os_winxp.png
+install(FILES mountoid.png os_linux.png os_macos.png os_winxp.png
 				DESTINATION ${ICON_INSTALL_DIR}/hicolor/64x64/apps)
 				
 KDE4_UPDATE_ICONCACHE()
Index: device.h
===================================================================
--- device.h
+++ device.h	2010-06-01 14:49:28.631949476 -0300
@@ -64,7 +64,7 @@
 static const char* OS_ICON[]=
 {
 	"",
-	"penguin",
+	"os_linux",
 	"os_winxp",
 	"os_macos",
 	""
@@ -293,4 +293,4 @@
 				void									SIG_refresh_mtab							();
 };
 
-#endif
\ Pas de fin de ligne à la fin du fichier.
+#endif