[gtk+] GtkAboutDialog: We use gtk_show_uri_on_window() by default



commit d2c1e6faff4725dd6b868f8f41f7fb7a04bc6647
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 16 04:52:02 2017 +0100

    GtkAboutDialog: We use gtk_show_uri_on_window() by default
    
    Not gtk_show_uri().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=778726

 gtk/gtkaboutdialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c
index 490a66d..2b5379e 100644
--- a/gtk/gtkaboutdialog.c
+++ b/gtk/gtkaboutdialog.c
@@ -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
    *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]