Changeset 8322


Ignore:
Timestamp:
May 3, 2009, 3:33:23 AM (14 years ago)
Author:
charles
Message:

(trunk qt) privacy guard to the url in the titlebar. patch from kjg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qt/mainwin.cc

    r8317 r8322  
    104104    const QUrl remoteUrl( session.getRemoteUrl( ) );
    105105    if( !remoteUrl.isEmpty( ) )
    106         title += tr( " - %1" ).arg( remoteUrl.toString() );
     106        title += tr( " - %1" ).arg( remoteUrl.toString(QUrl::RemoveUserInfo) );
    107107    setWindowTitle( title );
    108108
Note: See TracChangeset for help on using the changeset viewer.