/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: Scott Scriven
  • Date: 2008-07-11 15:46:32 UTC
  • mto: This revision was merged to the branch mainline in revision 549.
  • Revision ID: ubuntu@toykeeper.net-20080711154632-6pzm4gp06vaudjg4
Fixed labels/buttons overflowing their parent widgets.

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 bzrlib.plugins.gtk.notify import NotifyPopupMenu
 
14
from 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"))