diff --git a/src/Entity/Browser/Menu/File/Open.php b/src/Entity/Browser/Menu/File/Open.php index 146cf5b8..affdc5af 100644 --- a/src/Entity/Browser/Menu/File/Open.php +++ b/src/Entity/Browser/Menu/File/Open.php @@ -27,5 +27,14 @@ class Open // Render $this->gtk->show(); + + // Init events + $this->gtk->connect( + 'activate', + function() + { + // @TODO + } + ); } } \ No newline at end of file