diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-12-18 04:02:42 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-12-18 04:02:42 +0800 |
commit | 13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08 (patch) | |
tree | b32cf7a8687fd4a5be92a564629891c19b264080 /src/ephy-shell.c | |
parent | 9bf71295e9a4e5cdfe9dc4380343616c49b161c6 (diff) | |
download | gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar.gz gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar.bz2 gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar.lz gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar.xz gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.tar.zst gsoc2013-epiphany-13c8b7335b1aacf79bb4f1e735f6b88bd8dd6e08.zip |
Use gtk_show_about_dialog(), and handle urls and mailto.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index a72fe5d36..46a56b2b6 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -511,7 +511,7 @@ load_homepage (EphyEmbed *embed) * @url: an url to load or %NULL * * Create a new tab and the parent window when necessary. - * Ever use this function to open urls in new window/tabs. + * Use this function to open urls in new window/tabs. * * ReturnValue: the created #EphyTab **/ |