diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-22 07:09:50 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-22 07:09:50 +0800 |
commit | 661bd212a252211db4238c3a8b3fdc7fd23a4dd1 (patch) | |
tree | 3e1fc728f53a45b23223206721013d6c3b101004 /data | |
parent | 8444016d4d3f2f969b44b2e3738ce6a4d1721f46 (diff) | |
download | gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar.gz gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar.bz2 gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar.lz gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar.xz gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.tar.zst gsoc2013-epiphany-661bd212a252211db4238c3a8b3fdc7fd23a4dd1.zip |
Complete view menu impl. There is a gtk bug that make it behave funnily
2003-09-22 Marco Pesenti Gritti <marco@gnome.org>
* data/epiphany.schemas.in:
* src/bookmarks/ephy-bookmarks-editor.c: (set_columns_visibility),
(cmd_view_columns), (get_details_value),
(ephy_bookmarks_editor_construct):
Complete view menu impl. There is a gtk bug that make it behave funnily
and the schemas does not work correctly (though I cant see any problem
with, maybe it's something borked here ...)
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.schemas.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in index 446e651c9..556476d22 100644 --- a/data/epiphany.schemas.in +++ b/data/epiphany.schemas.in @@ -34,6 +34,21 @@ reaching the end of the page.</long> </locale> </schema> + <schema> + <key>/schemas/apps/epiphany/dialogs/bookmarks_view_details</key> + <applyto>/apps/epiphany/dialogs/bookmarks_view_details</applyto> + <owner>epiphany</owner> + <type>list</type> + <list_type>string</list_type> + <default>[title]</default> + <locale name="C"> + <short>The bookmark informations shown in the editor view</short> + <long> + The bookmark informations shown in the editor view. Valid values + in the list are "address" and "title". + </long> + </locale> + </schema> <schema> <key>/schemas/apps/epiphany/dialogs/preferences_font_language</key> <applyto>/apps/epiphany/dialogs/preferences_font_language</applyto> |