~gunnarhj/ubuntu/wily/ibus/pt_PT-compose

« back to all changes in this revision

Viewing changes to ui/gtk/panel.py

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2012-02-12 14:08:49 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120212140849-c2qz4herqz6cu8pk
Tags: 1.4.1-1
* Remove old patches included in the upstream.
* Revert pkglibexec patch by Kees Cook with old automake1.11-2
  workaround and use configure option --libexec.
* Add doc-base support and preinst for documentation location
  migration.
* Fix 'ibus-1.0' not found error using patch by Daiki Ueno.

Show diffs side-by-side

added added

removed removed

Lines of Context:
477
477
            menu = gtk.Menu()
478
478
            item = gtk.ImageMenuItem(_("No input window"))
479
479
            size = gtk.icon_size_lookup(gtk.ICON_SIZE_MENU)
480
 
            item.set_image(_icon.IconWidget("gtk-info", size[0]))
 
480
            item.set_image(_icon.IconWidget("gtk-dialog-info", size[0]))
481
481
            menu.add(item)
482
482
            menu.show_all()
483
483
        else: