diff options
| author | Joshua Lock <josh@linux.intel.com> | 2012-03-21 18:53:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 14:43:51 +0000 |
| commit | f9501768c8a3231cbd863b050d99bade1e71f7f1 (patch) | |
| tree | ba0939570a55beca4c2dc0b39df3e69bc6fc8737 | |
| parent | 631f97812f5a9962b542821b246504a68b24b2ee (diff) | |
| download | poky-f9501768c8a3231cbd863b050d99bade1e71f7f1.tar.gz | |
lib/bb/ui/crumbs: add icons for use in the layer dialogue
(From Poky rev: 5e5b488952ef2a0dd886fd67993411760855fcee)
(Bitbake rev: e68c37cee0c9fb1b88479888656eae43bfd144d7)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/hobwidget.py | 2 | ||||
| -rw-r--r-- | lib/bb/ui/icons/indicators/add.png | bin | 0 -> 1176 bytes | |||
| -rw-r--r-- | lib/bb/ui/icons/indicators/remove.png | bin | 0 -> 1971 bytes |
3 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index 189ffb40d3..9d00023140 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py | |||
| @@ -53,6 +53,8 @@ class hic: | |||
| 53 | ICON_INFO_HOVER_FILE = os.path.join(HOB_ICON_BASE_DIR, ('info/info_hover.png')) | 53 | ICON_INFO_HOVER_FILE = os.path.join(HOB_ICON_BASE_DIR, ('info/info_hover.png')) |
| 54 | ICON_INDI_CONFIRM_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/confirmation.png')) | 54 | ICON_INDI_CONFIRM_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/confirmation.png')) |
| 55 | ICON_INDI_ERROR_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/error.png')) | 55 | ICON_INDI_ERROR_FILE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/error.png')) |
| 56 | ICON_INDI_REMOVE = os.path.join(HOB_ICON_BASE_DIR, ('indicators/remove.png')) | ||
| 57 | ICON_INDI_ADD = os.path.join(HOB_ICON_BASE_DIR, ('indicators/add.png')) | ||
| 56 | 58 | ||
| 57 | class hcc: | 59 | class hcc: |
| 58 | 60 | ||
diff --git a/lib/bb/ui/icons/indicators/add.png b/lib/bb/ui/icons/indicators/add.png new file mode 100644 index 0000000000..31e7090d61 --- /dev/null +++ b/lib/bb/ui/icons/indicators/add.png | |||
| Binary files differ | |||
diff --git a/lib/bb/ui/icons/indicators/remove.png b/lib/bb/ui/icons/indicators/remove.png new file mode 100644 index 0000000000..05c3c293d4 --- /dev/null +++ b/lib/bb/ui/icons/indicators/remove.png | |||
| Binary files differ | |||
