diff options
author | Jeremy Bicha <jbicha@debian.org> | 2021-09-19 08:31:04 -0400 |
---|---|---|
committer | Jeremy Bicha <jbicha@debian.org> | 2021-09-19 08:31:04 -0400 |
commit | 8be77dbb38d2d96e66cadc38a9adb30f161c7ad0 (patch) | |
tree | d6d626e993d2ba4c301cb27346022e568d965c21 /help/C/l10n_scripts/list.sh | |
parent | New upstream version 3.32.0 (diff) | |
parent | Bump version for 3.41.0 (diff) | |
download | zenity-8be77dbb38d2d96e66cadc38a9adb30f161c7ad0.tar.gz zenity-8be77dbb38d2d96e66cadc38a9adb30f161c7ad0.tar.bz2 zenity-8be77dbb38d2d96e66cadc38a9adb30f161c7ad0.zip |
New upstream version 3.41.0
Diffstat (limited to 'help/C/l10n_scripts/list.sh')
-rwxr-xr-x | help/C/l10n_scripts/list.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/help/C/l10n_scripts/list.sh b/help/C/l10n_scripts/list.sh new file mode 100755 index 00000000..cc8304d3 --- /dev/null +++ b/help/C/l10n_scripts/list.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +zenity --list \ + --title="Choose the Bugs You Wish to View" \ + --column="Bug Number" --column="Severity" --column="Description" \ + 992383 Normal "GtkTreeView crashes on multiple selections" \ + 293823 High "GNOME Dictionary does not handle proxy" \ + 393823 Critical "Menu editing does not work in GNOME 2.0" |