diff options
author | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-11-07 03:56:42 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2007-11-07 03:56:42 +0800 |
commit | a93d14f5580f252ff7eafea2f83aa835cca40f10 (patch) | |
tree | 28c9398f72c271357650cdecdc45c9f246187345 /data | |
parent | ebd3378c3fc433823cf614528745a8e66f56543a (diff) | |
download | gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.gz gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.bz2 gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.lz gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.xz gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.tar.zst gsoc2013-epiphany-a93d14f5580f252ff7eafea2f83aa835cca40f10.zip |
Adds a column in the history window showing the date and the time of the
visit, substitutes radiobuttons with checkboxes in the View menu of the window.
Also, adds lib/ephy-time-helpers that contains a strftime() implementation.
Fix bug #380156.
svn path=/trunk/; revision=7641
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/epiphany-history-window-ui.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-history-window-ui.xml b/data/ui/epiphany-history-window-ui.xml index 228afac62..5592ec2ef 100644 --- a/data/ui/epiphany-history-window-ui.xml +++ b/data/ui/epiphany-history-window-ui.xml @@ -24,7 +24,7 @@ <menu name="ViewMenu" action="View"> <menuitem name="ViewTitleMenu" action="ViewTitle"/> <menuitem name="ViewAddressMenu" action="ViewAddress"/> - <menuitem name="ViewTitleAddressMenu" action="ViewTitleAddress"/> + <menuitem name="ViewDateTimeMenu" action="ViewDateTime"/> </menu> <menu name="HelpMenu" action="Help"> |