~ubuntu-branches/ubuntu/precise/kde-runtime/precise

« back to all changes in this revision

Viewing changes to kioslave/network/network/builder/dnssd/dnssdnetworkbuilder.cpp

  • Committer: Package Import Robot
  • Author(s): Felix Geyer, Rodrigo Belem, Rohan Garg, Felix Geyer, Michał Zając, Jonathan Kolberg
  • Date: 2011-09-08 21:27:15 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20110908212715-vh778y0oibwquk0d
Tags: 4:4.7.1-0ubuntu1
[ Rodrigo Belem ]
* Add the patches kubuntu-mobile-10-fix-the-signal-signature.patch and
  kubuntu-mobile-09-Add-title-to-activity-resources.patch needed by the
  latest plasma-active snapshot.

[ Rohan Garg ]
* New upstream release

[ Felix Geyer ]
* Fix kde-runtime and kde-runtime-data install files to not install
  plasma-active stuff.

[ Michał Zając ]
* Fixed issue with wrong patches being applied when calling dh_auto_install
  and debug info stripping issues

[ Jonathan Kolberg ]
* Update that should fix the installabilty of kde-runtime-active

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        if( isSameAddress )
142
142
        {
143
143
            d = device.dPtr();
 
144
            // workaround: KDNSSD currently (4.7.0) emits two signals per service
 
145
            // just relying on service->serviceName() is fragile, but matches
 
146
            // current approach in removeService(...)
 
147
            if( d->hasService(service->serviceName()) )
 
148
                return;
 
149
 
144
150
            deviceOfService = &device;
145
151
            break;
146
152
        }