diff options
Diffstat (limited to 'scripts/gui')
| -rwxr-xr-x | scripts/gui/sclip | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/gui/sclip b/scripts/gui/sclip index 56ea57f..3e4c30d 100755 --- a/scripts/gui/sclip +++ b/scripts/gui/sclip @@ -58,15 +58,15 @@ fi if [ "${silent}" -eq 0 ]; then if [ "${status}" -eq 0 ]; then if [ -n "${filepath}" ]; then - notify_handle "Copied file: ${filepath}" + notify_handle send "Copied file: ${filepath}" else notify_handle "Copied text" fi else if [ -n "${filepath}" ]; then - notify_handle "Failed to copy file: ${filepath}" + notify_handle send "Failed to copy file: ${filepath}" else - notify_handle "Failed to copy text" + notify_handle send "Failed to copy text" fi fi fi |
