diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 16:48:14 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-06 16:48:14 -0800 |
commit | 4667b03c44081463141dcdaeb3e748c0a24fcfa6 (patch) | |
tree | 00d6ef2f84ceaa908f904ed143caf33d84eefb47 /menu | |
parent | c3132fb9ae39acf653a7b4b854e7f2212faa5933 (diff) | |
download | gtk-demos-4667b03c44081463141dcdaeb3e748c0a24fcfa6.tar.gz gtk-demos-4667b03c44081463141dcdaeb3e748c0a24fcfa6.tar.bz2 gtk-demos-4667b03c44081463141dcdaeb3e748c0a24fcfa6.zip |
First cut at TXR Lisp port.
Diffstat (limited to 'menu')
-rwxr-xr-x | menu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,5 +15,5 @@ (mbutton dodemo8 "de minimis" mainbox (demo8)) (mbutton dodemo9 "de minimis" mainbox (demo9)) (gtk_widget_show_all win)) - (g_application_run demos 0 nil) + (g_application_run demos 0 null) (g_object_unref demos)) |