[gtk+/gtk-3-22] GtkMountOperation: We use gtk_show_uri_on_window() by default



commit 72ac208052e9a9e4697a861ab96300b36ca3b540
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 16 04:53:55 2017 +0100

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

 gtk/gtkmountoperation.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index 95d856c..8ca5c55 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -71,7 +71,7 @@
  * When necessary, #GtkMountOperation shows dialogs to ask for
  * passwords, questions or show processes blocking unmount.
  *
- * gtk_show_uri() is a convenient way to launch applications for URIs.
+ * gtk_show_uri_on_window() is a convenient way to launch applications for URIs.
  *
  * Another object that is worth mentioning in this context is
  * #GdkAppLaunchContext, which provides visual feedback when lauching


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