← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 350738] Re: Hub::selectedTag is not updated in some cases

 

** Changed in: linuxdcpp
       Status: Fix Committed => Fix Released

** Tags added: hub ui

-- 
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
https://bugs.launchpad.net/bugs/350738

Title:
  Hub::selectedTag is not updated in some cases

Status in Linux DC++:
  Fix Released

Bug description:
  in the main chat window, Hub::selectedTag is only updated when the
  cursor travels from neutral space to a tag, but not from a tag to a
  different tag.

  Example:
  <user> http://www.example.com/
  <user> user

  If the cursor travels over 'user' before reaching
  'http://www.example.com', linuxdcpp will try to open a url named
  'user', instead of opening http://www.example.com/.

  version: I've confirmed this true in 1.0.2, 1.0.3, and the latest bazaar version.
  OS: Linux

  I used the latest bazaar version as a basis for this patch.