all repos — fluxbox @ be19b59d0f3403ed050d86eb94f0e5a9f8d58ae1

custom fork of the fluxbox windowmanager

title of current tab-window is now shown in the iconbar-buttons
akir akir
commit

be19b59d0f3403ed050d86eb94f0e5a9f8d58ae1

parent

65efcc289b3e07c4d599f8ce38dcbc98212c3e45

1 files changed, 3 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.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: {