Minor formatting changes
This commit is contained in:
parent
a82652861b
commit
427a1c0ccb
@ -17,6 +17,11 @@ class Connection_Sidebar extends GtkVBox {
|
|||||||
protected $settings, $menu, $treeview, $model;
|
protected $settings, $menu, $treeview, $model;
|
||||||
private static $instance;
|
private static $instance;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the current instance of the class
|
||||||
|
*
|
||||||
|
* @return Connection_Sidebar
|
||||||
|
*/
|
||||||
public static function &get_instance()
|
public static function &get_instance()
|
||||||
{
|
{
|
||||||
if( ! isset(self::$instance))
|
if( ! isset(self::$instance))
|
||||||
@ -28,6 +33,8 @@ class Connection_Sidebar extends GtkVBox {
|
|||||||
return self::$instance;
|
return self::$instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// --------------------------------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor method
|
* Constructor method
|
||||||
*/
|
*/
|
||||||
@ -69,6 +76,8 @@ class Connection_Sidebar extends GtkVBox {
|
|||||||
$this->pack_start($add_button, FALSE);
|
$this->pack_start($add_button, FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// --------------------------------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Renders the connection sidebar widget
|
* Renders the connection sidebar widget
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user