diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.cc b/src/Window.cc index 18570a5..88d12b0 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.303 2004/10/18 01:24:24 akir Exp $ | 25 | // $Id: Window.cc,v 1.304 2004/10/21 10:38:25 akir Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -347,7 +347,7 @@ FluxboxWindow::~FluxboxWindow() { | |||
347 | m_client = 0; | 347 | m_client = 0; |
348 | 348 | ||
349 | if (m_clientlist.size() > 1) { | 349 | if (m_clientlist.size() > 1) { |
350 | cerr<<__FILE__<<"("<<__FUNCTION__<<") WARNING! clientlist > 1"<<endl; | 350 | cerr<<__FILE__<<"(~FluxboxWindow()) WARNING! clientlist > 1"<<endl; |
351 | while (!m_clientlist.empty()) { | 351 | while (!m_clientlist.empty()) { |
352 | detachClient(*m_clientlist.back()); | 352 | detachClient(*m_clientlist.back()); |
353 | } | 353 | } |
@@ -2041,7 +2041,7 @@ void FluxboxWindow::popupMenu() { | |||
2041 | Determine if this is the lowest tab of them all | 2041 | Determine if this is the lowest tab of them all |
2042 | */ | 2042 | */ |
2043 | bool FluxboxWindow::isLowerTab() const { | 2043 | bool FluxboxWindow::isLowerTab() const { |
2044 | cerr<<__FILE__<<"("<<__FUNCTION__<<") TODO!"<<endl; | 2044 | cerr<<__FILE__<<"(FluxboxWindow::isLowerTab()) TODO!"<<endl; |
2045 | return true; | 2045 | return true; |
2046 | } | 2046 | } |
2047 | 2047 | ||