diff --git a/sys/windows/widgets/connection_sidebar.php b/sys/windows/widgets/connection_sidebar.php index 4d4b25f..d5f5a8b 100644 --- a/sys/windows/widgets/connection_sidebar.php +++ b/sys/windows/widgets/connection_sidebar.php @@ -187,7 +187,7 @@ class Connection_Sidebar extends GtkVBox { /** * Creates and displays a context menu for the selected connection * - * @param aray $pos + * @param array $pos * @param string $title * @param object $event * @return void @@ -227,8 +227,6 @@ class Connection_Sidebar extends GtkVBox { public function add_connection($key, $vals) { $model = $this->treeview->get_model(); - - } }