Skip to content

Commit

Permalink
GtkAboutDialog: We use gtk_show_uri_on_window() by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hadess committed Feb 16, 2017
1 parent ecae264 commit d2c1e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk/gtkaboutdialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down Expand Up @@ -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
*
Expand Down

0 comments on commit d2c1e6f

Please sign in to comment.