fix type
This commit is contained in:
parent
8886218c66
commit
071f23b327
@ -187,7 +187,7 @@ class Connection_Sidebar extends GtkVBox {
|
|||||||
/**
|
/**
|
||||||
* Creates and displays a context menu for the selected connection
|
* Creates and displays a context menu for the selected connection
|
||||||
*
|
*
|
||||||
* @param aray $pos
|
* @param array $pos
|
||||||
* @param string $title
|
* @param string $title
|
||||||
* @param object $event
|
* @param object $event
|
||||||
* @return void
|
* @return void
|
||||||
@ -227,8 +227,6 @@ class Connection_Sidebar extends GtkVBox {
|
|||||||
public function add_connection($key, $vals)
|
public function add_connection($key, $vals)
|
||||||
{
|
{
|
||||||
$model = $this->treeview->get_model();
|
$model = $this->treeview->get_model();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user