~ubuntu-branches/ubuntu/feisty/launchpad-integration/feisty

« back to all changes in this revision

Viewing changes to lib/lpint-bonobo.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher, Daniel Holbach
  • Date: 2007-04-13 14:09:04 UTC
  • Revision ID: james.westby@ubuntu.com-20070413140904-kz1p97wfnbd3nw7b
Tags: 0.1.13
[ Daniel Holbach ]
* pixmaps/lpi-bug.png:
  - add our own icon, this breaks theme-ability, but fixes the
    'warning icon looks pixelated' bug - might be a GTK bug (LP: #103974)
* lib/launchpad-integration.c, lib/lpint-bonobo.c:
  - use the icon.
* lib/launchpad-integration.h:
  - prototype launchpad_integration_add_item_factory(), fixes build
    warnings.
* debian/control.in:
  - bump debhelper requirement to 5.
* debian/copyright:
  - update FSF address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
                                lpint_bonobo_show_translations_cb);
201
201
 
202
202
    lpint_bonobo_add_menu_item (ui, path, "LpShowBugs",
203
 
                                LP_REPORT_BUG_ITEM_LABEL, 1,
204
 
                                GTK_STOCK_DIALOG_WARNING,
 
203
                                LP_REPORT_BUG_ITEM_LABEL, 0,
 
204
                                "lpi-bug",
205
205
                                lpint_bonobo_show_bugs_cb);
206
206
}