aboutsummaryrefslogtreecommitdiffstats
path: root/data/art
diff options
context:
space:
mode:
authorJames Willcox <jwillcox@gnome.org>2003-02-15 02:52:57 +0800
committerJames Willcox <jwillcox@src.gnome.org>2003-02-15 02:52:57 +0800
commit853e7df8135a9a57071e3b0122e4dbf29e447dc9 (patch)
tree9effc11254540fcf63944ace4c1870a0039f4b97 /data/art
parent49db412621481e87b3b5d882320e533a290eaa62 (diff)
downloadgsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.gz
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.bz2
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.lz
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.xz
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.zst
gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.zip
Add tab load notification (a little spinning icon), and a context menu for
2003-02-14 James Willcox <jwillcox@gnome.org> * data/art/Makefile.am: * data/ui/Makefile.am: * lib/widgets/ephy-notebook.c: (ephy_notebook_init), (ephy_notebook_set_page_status), (tab_build_label): * src/bookmarks/ephy-bookmarks-editor.c: (popup_cmd_open_bookmarks_in_tabs), (popup_cmd_open_bookmarks_in_browser), (popup_cmd_remove_bookmarks), (ephy_bookmarks_editor_finalize), (ephy_bookmarks_editor_show_popup_cb), (ephy_bookmarks_editor_construct): Add tab load notification (a little spinning icon), and a context menu for the bookmarks editor.
Diffstat (limited to 'data/art')
-rw-r--r--data/art/Makefile.am3
-rw-r--r--data/art/epiphany-tab-loading.gifbin0 -> 288 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/data/art/Makefile.am b/data/art/Makefile.am
index b92119de8..0cdf57535 100644
--- a/data/art/Makefile.am
+++ b/data/art/Makefile.am
@@ -7,7 +7,8 @@ art_DATA = \
epiphany-history.png \
epiphany-new-tab.png \
epiphany-viewsource.png \
- epiphany-send-link.png
+ epiphany-send-link.png \
+ epiphany-tab-loading.gif
appicon_DATA = epiphany.png
appicondir = $(datadir)/pixmaps
diff --git a/data/art/epiphany-tab-loading.gif b/data/art/epiphany-tab-loading.gif
new file mode 100644
index 000000000..c91e58e98
--- /dev/null
+++ b/data/art/epiphany-tab-loading.gif
Binary files differ