GtkAboutDialog: We use gtk_show_uri_on_window() by default

Not gtk_show_uri().

https://bugzilla.gnome.org/show_bug.cgi?id=778726
This commit is contained in:
Bastien Nocera 2017-02-16 04:52:02 +01:00
parent ecae2645fb
commit d2c1e6faff

View File

@ -72,7 +72,7 @@
* All parts of the dialog are optional.
*
* About dialogs often contain links and email addresses. GtkAboutDialog
* displays these as clickable links. By default, it calls gtk_show_uri()
* displays these as clickable links. By default, it calls gtk_show_uri_on_window()
* when a user clicks one. The behaviour can be overridden with the
* #GtkAboutDialog::activate-link signal.
*
@ -328,7 +328,7 @@ gtk_about_dialog_class_init (GtkAboutDialogClass *klass)
*
* The signal which gets emitted to activate a URI.
* Applications may connect to it to override the default behaviour,
* which is to call gtk_show_uri().
* which is to call gtk_show_uri_on_window().
*
* Returns: %TRUE if the link has been activated
*