Skip to content

Commit

Permalink
kde3(4) kdialog support
Browse files Browse the repository at this point in the history
  • Loading branch information
stelinx committed Oct 4, 2011
1 parent 240e948 commit 5f206c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-dude
Expand Up @@ -36,6 +36,8 @@ function notify() {
notify-send -i "$1" "$2" "$3"
elif [ $(which growlnotify 2>/dev/null) ]; then
growlnotify --image "$1" -m "$3" "$2"
elif [ $(which kdialog 2>/dev/null) ]; then
kdialog --icon $1 --title "$2" --passivepopup "$3"
else
echo $2; echo $3
fi
Expand Down

0 comments on commit 5f206c9

Please sign in to comment.