From 57db10cfd8fb3edfbc04853448ad25e401b6db6e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:50:11 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- examples/systray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/systray.py b/examples/systray.py index 0eeb6b7..0da1961 100644 --- a/examples/systray.py +++ b/examples/systray.py @@ -45,7 +45,7 @@ mainWindow = MainWin (None, "main window") icons = TDEIconLoader () systray = KSystemTray (mainWindow) -systray.setPixmap (icons.loadIcon("stop", TDEIcon.Desktop)) +systray.setPixmap (icons.loadIcon("process-stop", TDEIcon.Desktop)) systray.show () #mainWindow.show() -- cgit v1.2.3