~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to indicator-stickynotes.py

  • Committer: Umang Varma
  • Date: 2016-05-31 01:44:05 UTC
  • Revision ID: git-v1:18e890452e4e06215fa9f59eddff80161c6123fc
Error title indicates which app has error (confusing on startup)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                    Gtk.ButtonsType.NONE, err)
66
66
            winError.add_buttons(Gtk.STOCK_CANCEL, Gtk.ResponseType.REJECT,
67
67
                    _("Backup"), Gtk.ResponseType.ACCEPT)
 
68
            winError.set_title(_("Indicator Stickynotes"))
68
69
            resp = winError.run()
69
70
            winError.hide()
70
71
            if resp == Gtk.ResponseType.ACCEPT: