diff options
author | jcid <devnull@localhost> | 2008-05-19 22:10:17 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-19 22:10:17 +0200 |
commit | 30e06ecfe0aaa38cfaef24838226dffdca07a0ff (patch) | |
tree | a5e02057b675ec8da67fd71adefd9d887fcbc9f7 /src/uicmd.hh | |
parent | 3a2b767fe6db080dd68527d3fb1476aabd217de3 (diff) |
- Made CTRL-l focus the location bar instead of popping up a dialog.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 1378367c..ab2acaf1 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -23,7 +23,6 @@ void a_UIcmd_stop(void *vbw); void a_UIcmd_save_link(BrowserWindow *bw, const DilloUrl *url); void a_UIcmd_open_file(void *vbw); const char *a_UIcmd_select_file(); -void a_UIcmd_open_url_dialog(void *vbw); void a_UIcmd_search_dialog(void *vbw); void a_UIcmd_book(void *vbw); void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url); |