diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-16 19:40:39 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-12-16 19:40:39 +0100 |
commit | abceb109cf5e2c077a9db40a5bc3e7ee2f4fd5f8 (patch) | |
tree | 348dbd9f8b2f71217e7879d06cdb3e2b8ff648e2 | |
parent | 99485b28aa396e68bd374d792c1686f396b7ee2e (diff) |
debug output fix
-rw-r--r-- | src/core/libs/lib-ui.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/libs/lib-ui.sh b/src/core/libs/lib-ui.sh index 09e6646..ac73b3e 100644 --- a/src/core/libs/lib-ui.sh +++ b/src/core/libs/lib-ui.sh @@ -351,7 +351,7 @@ _dia_ask_option () _dia_DIALOG $DEFAULT --colors --title " $DIA_MENU_TITLE " --menu "$DIA_MENU_TEXT $EXTRA_INFO" 20 80 16 "$@" 2>$ANSWER ret=$? ANSWER_OPTION=`cat $ANSWER` - debug "dia_ask_option: User choose $ANSWER_OPTION ($2)" + debug "dia_ask_option: User choose $ANSWER_OPTION ($DIA_MENU_TITLE)" return $ret } |