src/Palete/RooDatabase.vala
authorAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 02:36:45 +0000 (10:36 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 21 Apr 2015 02:36:45 +0000 (10:36 +0800)
src/Palete/RooDatabase.vala

index 1b29704..34f33ee 100644 (file)
@@ -44,9 +44,9 @@ namespace Palete {
             
         }
        
-        public RooDatabase.from_cfg (string dbtype, string dbname, string dbuser, string dbpass)
-         {
-             this.DBTYPE = dbtype;
+               public RooDatabase.from_cfg (string dbtype, string dbname, string dbuser, string dbpass)
+               {
+                       this.DBTYPE = dbtype;
                        this.DBNAME = dbname;
                        try {
                                 this.cnc = Gda.Connection.open_from_string (