[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim/kontact/plugins/newsticker
From:       Allen Winter <winter () kde ! org>
Date:       2006-03-15 17:28:00
Message-ID: 1142443680.670429.8382.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 518914 by winterz:

Nicer.  plus, this way, we don't have to worry about stripping out
funky characters that may be in the URL title.


 M  +1 -1      summarywidget.cpp  


--- branches/KDE/3.5/kdepim/kontact/plugins/newsticker/summarywidget.cpp #518913:518914
@@ -306,7 +306,7 @@
   if ( obj->inherits( "KURLLabel" ) ) {
     KURLLabel* label = static_cast<KURLLabel*>( obj );
     if ( e->type() == QEvent::Enter )
-      emit message( i18n( "Open URL %1" ).arg( label->text() ) );
+      emit message( label->url() );
     if ( e->type() == QEvent::Leave )
       emit message( QString::null );
   }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic