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

index fd25f1f..cfedbb6 100644 (file)
@@ -37,6 +37,9 @@ namespace Palete {
                        } catch(Gda.ConfigError e) {
                                this.cnc  = null;
                                this.DBTYPE = "";
+                       } catch(Gda.ConnectionError e) {
+                               this.cnc  = null;
+                               this.DBTYPE = "";
                        }
             
         }