This commit is contained in:
Timothy Warren 2012-03-01 13:07:08 -05:00
parent 8886218c66
commit 071f23b327
1 changed files with 1 additions and 3 deletions

View File

@ -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();
} }
} }