all repos — fluxbox @ 67ec8b7d3e61f643c23578446622eaafc03dc847

custom fork of the fluxbox windowmanager

fixed missing text on restart, patch from Mathias Gumz
fluxgen fluxgen
commit

67ec8b7d3e61f643c23578446622eaafc03dc847

parent

dea3281e6917601a81df7833457a942b875b8e49

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

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

@@ -20,7 +20,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: IconbarTool.cc,v 1.34 2004/02/20 09:05:24 fluxgen Exp $ +// $Id: IconbarTool.cc,v 1.35 2004/03/22 20:08:08 fluxgen Exp $ #include "IconbarTool.hh"

@@ -286,7 +286,6 @@ m_focus_timer.setCommand(timer_cmd);

m_focus_timer.setTimeout(to); m_focus_timer.fireOnce(true); - update(0); } IconbarTool::~IconbarTool() {