Don't duplicate existing connections when adding a new one.
This commit is contained in:
parent
634a5b92a2
commit
a199784934
@ -252,6 +252,7 @@ class Connection_Sidebar extends GtkVBox {
|
||||
*/
|
||||
public function refresh()
|
||||
{
|
||||
$this->treeview->reset();
|
||||
$cols = $this->treeview->get_columns();
|
||||
|
||||
foreach($cols as $c)
|
||||
|
Loading…
Reference in New Issue
Block a user