diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-01-09 12:10:19 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-01-09 12:10:19 +0100 |
commit | 5391120be8cfd3a5d752ac8c7b66bf17b690f303 (patch) | |
tree | 7fdacbbbcc941e7cf2a05a32175d6ea4a3bb006a /src/rekonqui.rc | |
parent | removed LoadPage method to semplify API (diff) | |
download | rekonq-5391120be8cfd3a5d752ac8c7b66bf17b690f303.tar.xz |
BIG change!!
Removed use of proxy webactionmapper to manage web actions..
Diffstat (limited to 'src/rekonqui.rc')
-rw-r--r-- | src/rekonqui.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rekonqui.rc b/src/rekonqui.rc index 1022fb20..323e775b 100644 --- a/src/rekonqui.rc +++ b/src/rekonqui.rc @@ -1,5 +1,5 @@ <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="rekonq" version="9"> +<kpartgui name="rekonq" version="12"> <MenuBar> <!-- ============ FILE menu =========== --> <Menu name="file" noMerge="1"><text>&File</text> @@ -37,6 +37,7 @@ <!-- ============ VIEW menu =========== --> <Menu name="view" noMerge="1"><text>&View</text> <Action name="stop reload" /> + <Action name="go_home" /> <Separator/> <Action name="bigger font" /> <Action name="normal font" /> |