From f5c0bb0b2777155295252abaad672e340677b687 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 12 Oct 2014 17:50:58 -0500 Subject: Bring stop, lock, exit, and run icons into XDG compliance --- korundum/rubylib/templates/basic/systray1.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korundum/rubylib/templates/basic') diff --git a/korundum/rubylib/templates/basic/systray1.rb b/korundum/rubylib/templates/basic/systray1.rb index b1e5e09b..b3a91155 100644 --- a/korundum/rubylib/templates/basic/systray1.rb +++ b/korundum/rubylib/templates/basic/systray1.rb @@ -44,7 +44,7 @@ class MainWin < KDE::MainWindow icons = KDE::IconLoader.new() systray = KDE::SystemTray.new(self) - systray.setPixmap(icons.loadIcon("stop", 0)) + systray.setPixmap(icons.loadIcon("process-stop", 0)) connect(systray, SIGNAL("quitSelected()"), self, SLOT('slotQuitSelected()')) systray.show() end -- cgit v1.2.1