diff options
author | Don Scorgie <dscorgie@src.gnome.org> | 2008-01-21 20:38:24 +0000 |
---|---|---|
committer | Don Scorgie <dscorgie@src.gnome.org> | 2008-01-21 20:38:24 +0000 |
commit | eb33b11c4a15882df4c2cf144d25694024cdd5a5 (patch) | |
tree | 2fe09f998fd496cd616163c9eafddb69e08024d4 | |
parent | ecdd521cc35b9e0a03d8b5de90185cf0cb84e78e (diff) | |
download | yelp-eb33b11c4a15882df4c2cf144d25694024cdd5a5.tar.gz |
Remove forgotten "FindSlash" action that shouldn't have ever been
* data/ui/yelp-ui.xml:
Remove forgotten "FindSlash" action
that shouldn't have ever been committed
svn path=/trunk/; revision=3048
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | data/ui/yelp-ui.xml | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2008-01-21 Don Scorgie <dscorgie@svn.gnome.org> + * data/ui/yelp-ui.xml: + Remove forgotten "FindSlash" action + that shouldn't have ever been committed + * src/yelp-info.c: * src/yelp-transform.c: * src/yelp-man.c: diff --git a/data/ui/yelp-ui.xml b/data/ui/yelp-ui.xml index 4d560446..e3ab6d43 100644 --- a/data/ui/yelp-ui.xml +++ b/data/ui/yelp-ui.xml @@ -61,5 +61,4 @@ <accelerator action="OpenLocation"/> <accelerator action="Reload"/> <accelerator action="TextCursor"/> - <accelerator action="FindSlash"/> </ui> |