diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:58 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-12 17:50:58 -0500 |
commit | f5c0bb0b2777155295252abaad672e340677b687 (patch) | |
tree | 331f557b018f2d68585cc4ae60cb05cd9f527f90 /korundum/rubylib/examples/systray.rb | |
parent | 1fe73538bc94f7beff87fd6a7d0cd3b2114cc47f (diff) | |
download | tdebindings-f5c0bb0b2777155295252abaad672e340677b687.tar.gz tdebindings-f5c0bb0b2777155295252abaad672e340677b687.zip |
Bring stop, lock, exit, and run icons into XDG compliance
Diffstat (limited to 'korundum/rubylib/examples/systray.rb')
-rw-r--r-- | korundum/rubylib/examples/systray.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korundum/rubylib/examples/systray.rb b/korundum/rubylib/examples/systray.rb index b1517a25..f952bb5b 100644 --- a/korundum/rubylib/examples/systray.rb +++ b/korundum/rubylib/examples/systray.rb @@ -57,7 +57,7 @@ mainWindow = MainWin.new(nil, "main window") icons = KDE::IconLoader.new() systray = KDE::SystemTray.new(mainWindow) -systray.setPixmap(icons.loadIcon("stop", 0)) +systray.setPixmap(icons.loadIcon("process-stop", 0)) systray.show() #mainWindow.show() |