]> git.phdru.name Git - IM.git/commitdiff
Fix(im-status.sh): Fix 3rd parameter to gajim-remote
authorOleg Broytman <phd@phdru.name>
Tue, 15 Aug 2017 16:52:24 +0000 (19:52 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 15 Aug 2017 16:52:24 +0000 (19:52 +0300)
Pass 3rd parameter to gajim-remote with correct encoding.

im-status.sh

index a73d92fcd21b4bbed12d4938fd6230aaa35b9d14..f2e5baafeae2310b9a9b9a609f62ce9d90ab8791 100755 (executable)
@@ -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 &&