aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Bollerhey <gbsoftware@arcor.de>2014-01-12 03:42:47 (GMT)
committerJan Sucan <jan@jansucan.com>2020-04-05 07:55:33 (GMT)
commit89dec4ff159933b93b187bb422f3926b00300963 (patch)
treeb2866b62c1562167aab25d5f09663a88e62784bf
parentf833ff71a579406f6e5d46770acb726ba040f9e1 (diff)
downloadfluxbox-89dec4ff159933b93b187bb422f3926b00300963.zip
fluxbox-89dec4ff159933b93b187bb422f3926b00300963.tar.bz2
Corrected comment (now member and returns nothing).
-rw-r--r--src/SystemTray.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SystemTray.cc b/src/SystemTray.cc
index b4f1e9b..ddc3738 100644
--- a/src/SystemTray.cc
+++ b/src/SystemTray.cc
@@ -137,8 +137,8 @@ private:
137 137
138void TrayWindow::pinByClassname(const std::vector<std::string> left, 138void TrayWindow::pinByClassname(const std::vector<std::string> left,
139 const std::vector<std::string> right) { 139 const std::vector<std::string> right) {
140 // based on the parsed order list and a given window returns an 140 // based on the parsed order list and a given window sets m_order to
141 // ordinal used to sort the tray icons. 141 // an ordinal used to sort the tray icons.
142 142
143 auto deleter = [](XClassHint *x){if(x) XFree(x);}; 143 auto deleter = [](XClassHint *x){if(x) XFree(x);};
144 144