Bug 270166 - error message on start-up: Object::connect: No such signal Akregator::SubscriptionListView::signalDropped
Summary: error message on start-up: Object::connect: No such signal Akregator::Subscri...
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: 1.6.6
Platform: Ubuntu Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-05 18:06 UTC by Laurent Bonnaud
Modified: 2011-07-31 13:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
There is no signalDropped() anymore (1.31 KB, patch)
2011-04-30 12:53 UTC, Andrea Scarpino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Bonnaud 2011-04-05 18:06:02 UTC
Version:           1.6.6 (using KDE 4.6.1) 
OS:                Linux

Here is the problem:

$ akregator
Object::connect: No such signal Akregator::SubscriptionListView::signalDropped (KUrl::List &, Akregator::TreeNode*, Akregator::Folder*)
Object::connect:  (sender name:   'feedtree')
Object::connect:  (receiver name: 'akregator_view')


Reproducible: Always

Steps to Reproduce:
Just start akregator in a terminal


Actual Results:  
error message


Expected Results:  
no error message


OS: Linux (i686) release 2.6.38-8-lowlatency-pae
Compiler: cc
Comment 1 Andrea Scarpino 2011-04-30 01:08:59 UTC
this has been fixed with commit 38a1dd7e04ff2090e1b090fb0f5f61a0a4b9afc5
Comment 2 Andrea Scarpino 2011-04-30 12:53:58 UTC
Created attachment 59451 [details]
There is no signalDropped() anymore

backport of 
http://quickgit.kde.org/?p=kdepim.git&a=commitdiff&h=38a1dd7e04ff2090e1b090fb0f5f61a0a4b9afc5
Comment 3 Laurent Bonnaud 2011-07-31 13:18:48 UTC
I confirm that this bug is fixed in akregator 4.7.
Thanks!