~ubuntu-branches/ubuntu/gutsy/amarok/gutsy-updates

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_06_dapp_assert.diff

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-11-03 23:57:33 UTC
  • mfrom: (1.31.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061103235733-a41oyfz4mzienqin
Tags: 2:1.4.4-0ubuntu2
Add debian/kubuntu-media-amarok and
debian amarok_play_audiocd.desktop for good KDE integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN amarok-1.4.3/amarok/src/mediadevice/daap/daapclient.cpp amarok-1.4.3.new/amarok/src/mediadevice/daap/daapclient.cpp
2
 
--- amarok-1.4.3/amarok/src/mediadevice/daap/daapclient.cpp     2006-09-04 21:42:40.000000000 -0500
3
 
+++ amarok-1.4.3.new/amarok/src/mediadevice/daap/daapclient.cpp 2006-09-20 21:04:37.000000000 -0500
4
 
@@ -493,6 +493,7 @@
5
 
 DaapClient::resolve( const QString& hostname )
6
 
 {
7
 
     KNetwork::KResolver resolver( hostname );
8
 
+    resolver.setFamily( KNetwork::KResolver::KnownFamily );
9
 
     resolver.start();
10
 
     if( resolver.wait( 5000 ) ) 
11
 
     {