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

« back to all changes in this revision

Viewing changes to lib/launchpad-integration.h

  • 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:
33
33
                                                 gboolean separator_before,
34
34
                                                 gboolean separator_after);
35
35
 
 
36
/* Used, but not prototyped until now. */
 
37
void            launchpad_integration_add_item_factory ();
36
38
G_END_DECLS