7ab0a2 No need to have the namespace when using the fullname

Authored and Committed by Pierre-Yves Chibon 8 years ago
    No need to have the namespace when using the fullname
    
    The fullname already contains the namespace so we were showing something
    like namespace/namespace/name instead of the expected namespace/name.
    This commit fixes that.