[kopete-bugs] [Bug 171072] New: winpopup protocol doesn't sees hosts without description

Christian Morales Vega cmorve69 at yahoo.es
Sun Sep 14 20:12:19 CEST 2008


http://bugs.kde.org/show_bug.cgi?id=171072

           Summary: winpopup protocol doesn't sees hosts without description
           Product: kopete
           Version: 0.60.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kopete-bugs at kde.org
        ReportedBy: cmorve69 at yahoo.es


Version:           0.60.1 (using KDE 4.1.1)
OS:                Linux
Installed from:    SuSE RPMs

I am not a QT developer, but libwinpopup.cpp has the line: "QRegExp
group("Workgroup\\|(.[^\\|]+)\\|(.+)"), host("Server\\|(.[^\\|]+)\\|(.+)")"

The thing is smbclient output can be like this:
Server|PRIMERO|fdf
Server|R2D2|
if "R2D2" doesn't specifies a description. In such a case looks like kopete
doesn't sees it (I don't have control over R2D2 to verify).

So I think the last "\\|(.+)" in the regular expression should be something
like "\\|(.*)". Probably the same in all the others regexps.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list