diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/art/Makefile.am | 3 | ||||
-rw-r--r-- | data/art/epiphany.png | bin | 0 -> 3539 bytes | |||
-rw-r--r-- | data/epiphany.schemas.in | 11 | ||||
-rw-r--r-- | data/glade/epiphany.glade | 1 |
4 files changed, 13 insertions, 2 deletions
diff --git a/data/art/Makefile.am b/data/art/Makefile.am index f4f5c3b5f..302d5eb3b 100644 --- a/data/art/Makefile.am +++ b/data/art/Makefile.am @@ -1,6 +1,7 @@ art_DATA = \ epiphany-secure.png \ - epiphany-unsecure.png + epiphany-unsecure.png \ + epiphany.png artdir = $(pkgdatadir)/art diff --git a/data/art/epiphany.png b/data/art/epiphany.png Binary files differnew file mode 100644 index 000000000..82869dc80 --- /dev/null +++ b/data/art/epiphany.png diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index f45104907..c7a17edfa 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -341,6 +341,17 @@ </locale> </schema> <schema> + <key>/schemas/apps/epiphany/downloader/show_details</key> + <applyto>/apps/epiphany/downloader/show_details</applyto> + <owner>epiphany</owner> + <type>bool</type> + <default>false</default> + <locale name="C"> + <short>Show download details</short> + <long>Show download details</long> + </locale> + </schema> + <schema> <key>/schemas/apps/epiphany/filtering/java_enabled</key> <applyto>/apps/epiphany/filtering/java_enabled</applyto> <owner>epiphany</owner> diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index c9d30cb91..773bc0334 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -844,7 +844,6 @@ <child> <widget class="GtkVBox" id="details_frame"> - <property name="visible">True</property> <property name="homogeneous">False</property> <property name="spacing">0</property> |