/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to bzr-notify

  • Committer: Andrew Starr-Bochicchio
  • Date: 2011-02-15 00:15:40 UTC
  • mfrom: (709 bzr-gtk)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: a.starr.b@gmail.com-20110215001540-ivb00xv8s8ma1vn1
Re-merge on trunk, resolving one conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    show_icon = lambda: icon.set_visible(True)
35
35
else:
36
36
    indicator = appindicator.Indicator ("bzr-gtk-notify",
37
 
        "bzr-panel", appindicator.CATEGORY_APPLICATION_STATUS)
 
37
        "bzr-panel", appindicator.CATEGORY_OTHER)
38
38
    indicator.set_status (appindicator.STATUS_PASSIVE)
39
39
    indicator.set_attention_icon("bzr-panel")
40
40
    indicator.set_menu(menu)