~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to gnome-panel/panel-stock-icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Bicha
  • Date: 2011-08-17 21:57:14 UTC
  • mfrom: (1.13.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215714-mr18pl4hqedmprd7
Tags: 1:3.1.5-0ubuntu1
* New upstream release.
* debian/control: Bump gnome-menus dependencies
* debian/libpanel-applet-4-dev.install: No longer any *.a files to install
* debian/patches/09_default_icons.patch: Disabled until it can be ported
* debian/patches/90_build_fixes.patch: Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
#define PANEL_STOCK_EXECUTE             "panel-execute"
44
44
#define PANEL_STOCK_CLEAR               "panel-clear"
45
45
#define PANEL_STOCK_DONT_DELETE         "panel-dont-delete"
46
 
/* FIXME: put a more representative icon here */
47
 
#define PANEL_STOCK_DEFAULT_ICON                "application-default-icon"
48
46
 
49
47
void        panel_init_stock_icons_and_items (void);
50
48
GtkIconSize panel_menu_icon_get_size         (void);