diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 14:37:20 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-24 14:37:20 +0000 |
commit | 4f800ef215b334beac98defcc989404ec753086d (patch) | |
tree | 26c21b587c517844adf8ad781962c46e44ddbd8f /libsisyphus.sh | |
parent | aff759b81dba77aa94c4582d893c931132c1612d (diff) |
connect graphics user interface to main user interface
Diffstat (limited to 'libsisyphus.sh')
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsisyphus.sh b/libsisyphus.sh index a9248ca..d5693c4 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -62,6 +62,8 @@ export local mainui=' </button> <button tooltip-text="Graphics"> <label>Graphics</label> + <action signal="button-press-event">gtkdialog --space-expand=true --space-fill=true --program=graphicsui &</action> + <action signal="button-release-event">EXIT:ok</action> </button> <button tooltip-text="Internet"> <label>Internet</label> |