gsoc

Sign in or create your account | Project List | Help

gsoc Commit Details

Date:2009-08-03 17:56:32 (11 months 25 days ago)
Author:Adrien Bustany
Commit:6a95cb84e2e7a9d98ae1fc8b3a8a110ea2926ead
Message:libtrackerbridge : Fix the password provider behaviour

Files: libtrackerbridge/src/tracker-bridge.vala (1 diff)

Change Details

libtrackerbridge/src/tracker-bridge.vala
4040    }
4141
4242    public class PasswordProvider : Object {
43        private static PasswordProviderIface _instance = new GnomePasswordProvider ();
43        private static PasswordProviderIface _instance = null;
4444
4545        public static PasswordProviderIface instance () {
46            if (_instance == null)
47                _instance = new GnomePasswordProvider ();
4648            return _instance;
4749        }
4850    }

Archive Download the corresponding diff file

Branches:
master