diff options
author | fluxgen <fluxgen> | 2003-08-13 16:39:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-13 16:39:24 (GMT) |
commit | 7d37f9b98b195cf5241fa55dd40de092426cda7f (patch) | |
tree | 95a5cbc7cfb2357bf2123351ed0494b2fc8416a0 /src/Window.cc | |
parent | 884928264a5cc52c6f255478cdfa4b7d8354f0c6 (diff) | |
download | fluxbox-7d37f9b98b195cf5241fa55dd40de092426cda7f.zip fluxbox-7d37f9b98b195cf5241fa55dd40de092426cda7f.tar.bz2 |
using TextButton for label
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc index 9363edb..1ac095a 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.217 2003/08/13 09:42:22 fluxgen Exp $ | 25 | // $Id: Window.cc,v 1.218 2003/08/13 16:39:24 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -774,7 +774,7 @@ bool FluxboxWindow::removeClient(WinClient &client) { | |||
774 | FbTk::EventManager &evm = *FbTk::EventManager::instance(); | 774 | FbTk::EventManager &evm = *FbTk::EventManager::instance(); |
775 | evm.remove(client.window()); | 775 | evm.remove(client.window()); |
776 | 776 | ||
777 | FbTk::Button *label_btn = m_labelbuttons[&client]; | 777 | TextButton *label_btn = m_labelbuttons[&client]; |
778 | if (label_btn != 0) { | 778 | if (label_btn != 0) { |
779 | frame().removeLabelButton(*label_btn); | 779 | frame().removeLabelButton(*label_btn); |
780 | evm.remove(label_btn->window()); | 780 | evm.remove(label_btn->window()); |