~ci-train-bot/account-polld/account-polld-ubuntu-zesty-2227

« back to all changes in this revision

Viewing changes to cmd/account-polld/main.go

  • Committer: Bileto Bot
  • Author(s): Devid Antonio Filoni
  • Date: 2016-12-08 13:39:54 UTC
  • mfrom: (176.1.1 account-polld)
  • Revision ID: ci-train-bot@canonical.com-20161208133954-zuz30hbmhryktera
Use bool sound value to patch and fix bug #1481202 properly (LP: #1481202)

Approved by: Alberto Mardegan

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
                                // Play sound and vibrate on first notif only.
202
202
                                if i > 0 {
203
203
                                        n.Notification.Vibrate = false
204
 
                                        n.Notification.Sound = ""
 
204
                                        n.Notification.Sound = false
205
205
                                }
206
206
 
207
207
                                // We're overflowing, so no popups.