Make Tpf.PersonaError public
authorTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 1 Jul 2010 00:15:45 +0000 (17:15 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Thu, 8 Jul 2010 23:31:27 +0000 (16:31 -0700)
backends/telepathy/tpf-persona.vala

index e4b96db..3dbaceb 100644 (file)
@@ -23,7 +23,7 @@ using GLib;
 using TelepathyGLib;
 using Folks;
 
-errordomain Tpf.PersonaError
+public errordomain Tpf.PersonaError
 {
   INVALID_ARGUMENT
 }