title of current tab-window is now shown in the iconbar-buttons
akir akir
1 files changed,
3 insertions(+),
2 deletions(-)
jump to
M
src/Window.cc
→
src/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.299 2004/09/11 12:33:14 rathnor Exp $ +// $Id: Window.cc,v 1.300 2004/09/30 18:45:26 akir Exp $ #include "Window.hh"@@ -952,6 +952,7 @@ return false;
m_client = &client; m_client->raise(); + titleSig().notify(); #ifdef DEBUG cerr<<"FluxboxWindow::"<<__FUNCTION__<<": labelbutton[client] = "<<@@ -2267,7 +2268,7 @@ // update icon title and then do normal XA_WM_NAME stuff
client.updateIconTitle(); case XA_WM_NAME: updateTitleFromClient(client); - m_titlesig.notify(); + titleSig().notify(); break; case XA_WM_NORMAL_HINTS: {