diff options
author | Shaun McCance <shaunm@src.gnome.org> | 2004-11-01 08:36:20 +0000 |
---|---|---|
committer | Shaun McCance <shaunm@src.gnome.org> | 2004-11-01 08:36:20 +0000 |
commit | 424ed57b07b024cfe537bfda66c549b2ab858bf7 (patch) | |
tree | 92e934fb4b6bab20e28451c6b96927575c7478d0 /data | |
parent | aed71b40794b24bf6ce3299e375ec549aebb7fe6 (diff) | |
download | yelp-424ed57b07b024cfe537bfda66c549b2ab858bf7.tar.gz |
- Do the -fno-rtti thing the way epiphany does it
* configure.in:
* src/Makefile.am:
- Do the -fno-rtti thing the way epiphany does it
* data/ui/yelp-ui.xml:
* src/yelp-base.c:
* src/yelp-db-pager.c:
* src/yelp-utils.c:
* src/yelp-window.c:
- Added stub for reload. Don't use it unless you like things to crash
- Cancellation is somewhat working
* po/POTFILES.in:
- Added data/yelp.schemas.in and src/yelp-settings.c
Diffstat (limited to 'data')
-rw-r--r-- | data/ui/yelp-ui.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/ui/yelp-ui.xml b/data/ui/yelp-ui.xml index 967c7da0..681e0eff 100644 --- a/data/ui/yelp-ui.xml +++ b/data/ui/yelp-ui.xml @@ -38,4 +38,5 @@ <menuitem action="CopyLocation"/> </popup> <accelerator action="OpenLocation"/> + <accelerator action="Reload"/> </ui> |