[rhythmbox] DAAP: allow a user to provide a port for specified server
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] DAAP: allow a user to provide a port for specified server
- Date: Wed, 4 May 2011 17:19:36 +0000 (UTC)
commit e710ae5e83a965147b63af9ad6179338de81f20b
Author: W. Michael Petullo <mike flyn org>
Date: Wed May 4 12:18:44 2011 -0500
DAAP: allow a user to provide a port for specified server
https://bugzilla.gnome.org/show_bug.cgi?id=649288
Signed-off-by: W. Michael Petullo <mike flyn org>
plugins/daap/rb-daap-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/daap/rb-daap-plugin.c b/plugins/daap/rb-daap-plugin.c
index 20cc539..17f857c 100644
--- a/plugins/daap/rb-daap-plugin.c
+++ b/plugins/daap/rb-daap-plugin.c
@@ -652,7 +652,7 @@ new_daap_share_location_added_cb (RBURIDialog *dialog,
rb_debug ("adding manually specified DAAP share at %s", location);
service.name = (char *) location;
- service.host = (char *) location;
+ service.host = (char *) host;
service.service_name = service.name;
service.port = port;
service.password_protected = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]