Palete/Palete.vala
authorAlan Knowles <alan@akbkhome.com>
Sun, 1 Jun 2014 15:12:53 +0000 (23:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 1 Jun 2014 15:12:53 +0000 (23:12 +0800)
Palete/Palete.vala

index 591a8f7..76127ec 100644 (file)
@@ -9,7 +9,7 @@ namespace Palete
         
         static Gee.HashMap<string,Palate>? cache = null;
 
-        static public  Palete factory(xtype)
+        public static   Palete factory(xtype)
         {
             if (this.cache == null) {
                 this.cache = new Gee.HashMap<string,Palate>();