From 984fb5bef200cd7db7a9a13354f50b55919978af Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Mon, 22 Sep 2008 07:44:40 +0200 Subject: cosmetics --- src/Screen.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Screen.cc b/src/Screen.cc index 8746fd2..cde62cc 100644 --- a/src/Screen.cc +++ b/src/Screen.cc @@ -1030,10 +1030,10 @@ void BScreen::addIcon(FluxboxWindow *w) { if (find(iconList().begin(), iconList().end(), w) != iconList().end()) return; - m_icon_list.push_back(w); + iconList().push_back(w); // notify listeners - m_iconlist_sig.emit(*this); + iconListSig().emit(*this); } @@ -1048,7 +1048,7 @@ void BScreen::removeIcon(FluxboxWindow *w) { // change the iconlist if (erase_it != m_icon_list.end()) { iconList().erase(erase_it); - m_iconlist_sig.emit(*this); + iconListSig().emit(*this); } } -- cgit v0.11.2