aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2011-01-27 05:01:43 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2011-03-08 04:34:52 +0800
commit1463005c1bc7e30be973876db0c324021222cd8c (patch)
tree618abed7b936edae4f9c096ced4ad2e070272019 /src
parentb9f9bf1a0763492f8bf41b8856bbd1149c5871a9 (diff)
downloadgsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar.gz
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar.bz2
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar.lz
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar.xz
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.tar.zst
gsoc2013-epiphany-1463005c1bc7e30be973876db0c324021222cd8c.zip
ephy-download-widget: new widget
A widget showing the progress of an EphyDownload and offering the default set of actions to take on it: Open, Browse to, Cancel. It keeps a ref to the EphyDownload its showing. Bug #618443
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dd9a0e13f..f3995050a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -278,6 +278,7 @@ EPHY_GIR_H_FILES = \
$(top_srcdir)/lib/ephy-node-db.h \
$(top_srcdir)/lib/ephy-node.h \
$(top_srcdir)/lib/ephy-state.h \
+ $(top_srcdir)/lib/widgets/ephy-download-widget.h \
$(top_srcdir)/lib/widgets/ephy-search-entry.h \
$(top_srcdir)/src/bookmarks/ephy-bookmarks.h \
$(top_srcdir)/src/ephy-extension.h \
@@ -308,6 +309,7 @@ EPHY_GIR_C_FILES = \
$(top_srcdir)/lib/ephy-node-db.c \
$(top_srcdir)/lib/ephy-node.c \
$(top_srcdir)/lib/ephy-state.c \
+ $(top_srcdir)/lib/widgets/ephy-download-widget.c \
$(top_srcdir)/lib/widgets/ephy-search-entry.c \
$(top_srcdir)/src/bookmarks/ephy-bookmarks.c \
$(top_srcdir)/src/ephy-extension.c \