diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2011-01-19 02:48:28 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2011-03-08 04:34:52 +0800 |
commit | 7401732bd891a71209e9a05458054be0514c129e (patch) | |
tree | b1d04541ceab05d95d097d8f9a05e51d5de0b7cb /data | |
parent | 1463005c1bc7e30be973876db0c324021222cd8c (diff) | |
download | gsoc2013-epiphany-7401732bd891a71209e9a05458054be0514c129e.tar.gz gsoc2013-epiphany-7401732bd891a71209e9a05458054be0514c129e.tar.zst gsoc2013-epiphany-7401732bd891a71209e9a05458054be0514c129e.zip |
ephy-window: add new downloads UI
Downloads are shown per-window, imitating Chromium's bottom bar.
If the window being closed has active downloads, a warning dialog will be shown
just as when forms have been modified but not sent.
An active download is any download that is not yet 100% complete.
Bug #618443
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index c2a9b44cd..5d1ffbf06 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -47,6 +47,7 @@ <separator/> </menu> </placeholder> + <menuitem name="ViewDownloadsBar" action="ViewDownloadsBar"/> <separator name="ViewSep1"/> <menuitem name="ViewPopupsMenu" action="ViewPopupWindows"/> <menuitem name="ViewFullscreenMenu" action="ViewFullscreen"/> |