[rhythmbox] daap: fix build without libsecret



commit 180fecf1ad6828de23a788f97a0ac50d175365ac
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Aug 19 08:51:43 2014 +1000

    daap: fix build without libsecret
    
    https://bugzilla.gnome.org/show_bug.cgi?id=735021

 plugins/daap/rb-daap-source.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/daap/rb-daap-source.c b/plugins/daap/rb-daap-source.c
index ac9d390..4814413 100644
--- a/plugins/daap/rb-daap-source.c
+++ b/plugins/daap/rb-daap-source.c
@@ -487,8 +487,8 @@ connection_auth_cb (DMAPConnection *connection,
                     gboolean        retrying,
                    RBDAAPSource   *source)
 {
-       gchar *password = NULL;
 #ifdef WITH_LIBSECRET
+       gchar *password = NULL;
        GError *error = NULL;
 
        if (!source->priv->tried_password) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]