Correct default postgres password
This commit is contained in:
parent
b977c877ac
commit
567d5aa900
@ -179,7 +179,6 @@ class Add_DB extends GtkWindow {
|
|||||||
private function _add_row($label, &$vname, &$y1, &$y2)
|
private function _add_row($label, &$vname, &$y1, &$y2)
|
||||||
{
|
{
|
||||||
$lbl = new GtkLabel($label);
|
$lbl = new GtkLabel($label);
|
||||||
//$vname =& $this->{$vname};
|
|
||||||
$lblalign = new GtkAlignment(0, 0.5, 0, 0);
|
$lblalign = new GtkAlignment(0, 0.5, 0, 0);
|
||||||
$lblalign->add($lbl);
|
$lblalign->add($lbl);
|
||||||
|
|
||||||
@ -209,7 +208,7 @@ class Add_DB extends GtkWindow {
|
|||||||
|
|
||||||
case "PostgreSQL":
|
case "PostgreSQL":
|
||||||
$this->user->set_text('postgres');
|
$this->user->set_text('postgres');
|
||||||
$this->pass->set_text('postgres');
|
$this->pass->set_text('');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case "Firebird":
|
case "Firebird":
|
||||||
|
Reference in New Issue
Block a user