KDE/kdelibs/kioslave
2007 December 25 23:12 UTC
SVN commit 752846 by jpetso:
Fix icon names in kdelibs kioslaves.
M +1 -1 ftp/ftp.protocol
M +1 -1 http/https.protocol
M +1 -1 http/kcookiejar/kcookiewin.cpp
M +1 -1 http/webdav.protocol
M +1 -1 http/webdavs.protocol
M +1 -1 metainfo/metainfo.protocol
--- trunk/KDE/kdelibs/kioslave/ftp/ftp.protocol #752845:752846
@@ -12,7 +12,7 @@
deleting=true
moving=true
ProxiedBy=http
-Icon=ftp
+Icon=folder-remote
maxInstances=2
X-DocPath=kioslave/ftp.html
Class=:internet
--- trunk/KDE/kdelibs/kioslave/http/https.protocol #752845:752846
@@ -6,7 +6,7 @@
reading=true
defaultMimetype=application/octet-stream
determineMimetypeFromExtension=false
-Icon=www
+Icon=text-html
config=http
X-DocPath=kioslave/https.html
Class=:internet
--- trunk/KDE/kdelibs/kioslave/http/kcookiejar/kcookiewin.cpp #752845:752846
@@ -68,7 +68,7 @@
setButtons(Yes|No|Details);
#ifndef Q_WS_QWS //FIXME(E): Implement for Qt Embedded
setCaption( i18n("Cookie Alert") );
- setWindowIcon( KIcon("cookie") );
+ setWindowIcon( KIcon("preferences-web-browser-cookies") );
// all cookies in the list should have the same window at this time, so let's take the first
# ifdef Q_WS_X11
if( cookieList.first()->windowIds().count() > 0 )
--- trunk/KDE/kdelibs/kioslave/http/webdav.protocol #752845:752846
@@ -12,7 +12,7 @@
deleteRecursive=true
defaultMimetype=application/octet-stream
determineMimetypeFromExtension=false
-Icon=www
+Icon=folder-remote
maxInstances=3
X-DocPath=kioslave/webdav.html
Class=:internet
--- trunk/KDE/kdelibs/kioslave/http/webdavs.protocol #752845:752846
@@ -12,7 +12,7 @@
deleteRecursive=true
defaultMimetype=application/octet-stream
determineMimetypeFromExtension=false
-Icon=www
+Icon=folder-remote
config=webdav
X-DocPath=kioslave/webdavs.html
Class=:internet
--- trunk/KDE/kdelibs/kioslave/metainfo/metainfo.protocol #752845:752846
@@ -6,4 +6,4 @@
reading=true
writing=true
source=false
-Icon=help
+Icon=help-about