diff options
Diffstat (limited to 'src/Toolbar.cc')
-rw-r--r-- | src/Toolbar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 8027a0b..6354022 100644 --- a/src/Toolbar.cc +++ b/src/Toolbar.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: Toolbar.cc,v 1.78 2003/05/10 13:57:07 fluxgen Exp $ | 25 | // $Id: Toolbar.cc,v 1.79 2003/05/11 13:36:11 fluxgen Exp $ |
26 | 26 | ||
27 | #include "Toolbar.hh" | 27 | #include "Toolbar.hh" |
28 | 28 | ||
@@ -787,7 +787,7 @@ void Toolbar::redrawWindowLabel(bool redraw) { | |||
787 | 787 | ||
788 | FluxboxWindow *foc = Fluxbox::instance()->getFocusedWindow(); | 788 | FluxboxWindow *foc = Fluxbox::instance()->getFocusedWindow(); |
789 | // don't draw focused window if it's not on the same screen | 789 | // don't draw focused window if it's not on the same screen |
790 | if (&foc->getScreen() != &screen() || foc->getTitle().size() == 0) | 790 | if (&foc->screen() != &screen() || foc->getTitle().size() == 0) |
791 | return; | 791 | return; |
792 | 792 | ||
793 | unsigned int newlen = foc->getTitle().size(); | 793 | unsigned int newlen = foc->getTitle().size(); |