summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/gpssync/gpslistviewitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kipi-plugins/gpssync/gpslistviewitem.cpp')
-rw-r--r--kipi-plugins/gpssync/gpslistviewitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kipi-plugins/gpssync/gpslistviewitem.cpp b/kipi-plugins/gpssync/gpslistviewitem.cpp
index 5e0a8e2..551729e 100644
--- a/kipi-plugins/gpssync/gpslistviewitem.cpp
+++ b/kipi-plugins/gpssync/gpslistviewitem.cpp
@@ -170,7 +170,7 @@ void GPSListViewItem::writeGPSInfoToFile()
{
if (isEnabled() && isDirty())
{
- setPixmap(1, SmallIcon("run"));
+ setPixmap(1, SmallIcon("system-run"));
KExiv2Iface::KExiv2 exiv2Iface;
bool ret = exiv2Iface.load(d->url.path());