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

List:       kde-commits
Subject:    KDE/kdebase/workspace/libs/plasma/widgets
From:       William Viana Soares <vianasw () gmail ! com>
Date:       2008-06-23 7:50:33
Message-ID: 1214207433.814428.10988.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 823375 by wviana:

Replaced wrong signal name from wrong class (probably qt api change). Now the widget works again.
CCMAIL: aseigo@kde.org



 M  +1 -1      webcontent.cpp  


--- trunk/KDE/kdebase/workspace/libs/plasma/widgets/webcontent.cpp #823374:823375
@@ -101,7 +101,7 @@
 
     if (d->page) {
         connect(d->page, SIGNAL(loadProgress(int)), this, SIGNAL(loadProgress(int)));
-        connect(d->page->mainFrame(), SIGNAL(loadDone(bool)), this, SLOT(loadingComplete(bool)));
+        connect(d->page, SIGNAL(loadFinished(bool)), this, SLOT(loadingComplete(bool)));
     }
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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