all repos — fluxbox @ 7d37f9b98b195cf5241fa55dd40de092426cda7f

custom fork of the fluxbox windowmanager

using TextButton for label
fluxgen fluxgen
commit

7d37f9b98b195cf5241fa55dd40de092426cda7f

parent

884928264a5cc52c6f255478cdfa4b7d8354f0c6

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.217 2003/08/13 09:42:22 fluxgen Exp $ +// $Id: Window.cc,v 1.218 2003/08/13 16:39:24 fluxgen Exp $ #include "Window.hh"

@@ -774,7 +774,7 @@

FbTk::EventManager &evm = *FbTk::EventManager::instance(); evm.remove(client.window()); - FbTk::Button *label_btn = m_labelbuttons[&client]; + TextButton *label_btn = m_labelbuttons[&client]; if (label_btn != 0) { frame().removeLabelButton(*label_btn); evm.remove(label_btn->window());