~unity-api-team/unity-notifications/trunk

« back to all changes in this revision

Viewing changes to examples/icon-summary-body.py

  • Committer: CI bot
  • Author(s): Mirco Müller, Mirco Müller
  • Date: 2014-09-07 19:46:17 UTC
  • mfrom: (214.1.6 unity-notifications-fix-1348092)
  • Revision ID: ps-jenkins@lists.canonical.com-20140907194617-o223vprwlld1jkep
Renamed and added hints to expose the new button-tint hints for snap-decisions, which are needed to comply with the visual changes coming from Design (for RTM). Updated examples to reflect these changes. Fixes: 1348092
Approved by: Daniel d'Andrada, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
                                   "next weekend? Will you join me "
52
52
                                   "and Anna?",
53
53
                                   os.getcwd() + "/assets/avatar2.jpg")
54
 
        n.set_hint_string ("x-canonical-secondary-icon", os.getcwd() + "/assets/icon_message.png")
 
54
        n.set_hint_string ("x-canonical-secondary-icon", "message")
55
55
        n.show ()