From 4fff6478328164030f88dbfbb3779c5a2b6c08eb Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 15 Aug 2017 19:52:24 +0300 Subject: [PATCH] Fix(im-status.sh): Fix 3rd parameter to gajim-remote Pass 3rd parameter to gajim-remote with correct encoding. --- im-status.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im-status.sh b/im-status.sh index a73d92f..f2e5baa 100755 --- a/im-status.sh +++ b/im-status.sh @@ -36,7 +36,7 @@ esac n900-status-wifi "$1" && xtitle "$1" "$2" "$title" && if [ "`gajim-remote check_gajim_running 2>/dev/null`" = True ]; then - gajim-remote change_status "$2" "$3" + gajim-remote change_status "$2" "$title" else purple-remote "setstatus?status=$status&message=$status_msg" fi && -- 2.39.2