/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: Jelmer Vernooij
  • Date: 2008-07-18 20:01:12 UTC
  • mto: This revision was merged to the branch mainline in revision 555.
  • Revision ID: jelmer@samba.org-20080718200112-zh96tadh9o103vru
Fix notify import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
from bzrlib.plugins.gtk import open_display, icon_path
13
13
 
14
 
from notify import NotifyPopupMenu
 
14
from bzrlib.plugins.gtk.notify import NotifyPopupMenu
15
15
gtk = open_display()
16
16
menu = NotifyPopupMenu()
17
17
icon = gtk.status_icon_new_from_file(icon_path("bzr-icon-64.png"))