diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-02-16 00:24:57 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-02-16 16:37:55 +0100 |
commit | 51010da740154204ef22a52677dba3364c25ea9e (patch) | |
tree | 9f96550e7c44e52dbe17b5d38e02b9e62a58981a /demos/gtk-demo/links.c | |
parent | 0875aa56ba2a74c7396b6b8ea0ac4e30ca420234 (diff) | |
download | gtk+-51010da740154204ef22a52677dba3364c25ea9e.tar.gz |
Use gtk_show_uri_on_window() in GtkLabel
Avoid the deprecated gtk_show_uri(), and allow activating link in
sandboxed applications.
https://bugzilla.gnome.org/show_bug.cgi?id=778726
Diffstat (limited to 'demos/gtk-demo/links.c')
-rw-r--r-- | demos/gtk-demo/links.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/links.c b/demos/gtk-demo/links.c index c896656ffd..dcd7ba5174 100644 --- a/demos/gtk-demo/links.c +++ b/demos/gtk-demo/links.c @@ -1,7 +1,7 @@ /* Links * * GtkLabel can show hyperlinks. The default action is to call - * gtk_show_uri() on their URI, but it is possible to override + * gtk_show_uri_on_window() on their URI, but it is possible to override * this with a custom handler. */ |