summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-12-08 03:21:26 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-12-08 03:21:26 +0000
commit69e7ab649c3752ea56e1e383038214a098caf533 (patch)
tree3ea7e36bc3837d1eb714902cbb3b79f8129d32a4
parentde8329b3ce4b235eac9ddcbb6cd121cc83dd9e74 (diff)
parent59dfeaceff87e0b2dd2bd3262270f746f5c5671a (diff)
downloadgtk+-69e7ab649c3752ea56e1e383038214a098caf533.tar.gz
Merge branch 'fix-gtk-nautilus-typo' into 'gtk-3-24'
[Gtk3] GtkNativeDialog: Fix a typo in the docs See merge request GNOME/gtk!2930
-rw-r--r--gtk/gtknativedialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtknativedialog.c b/gtk/gtknativedialog.c
index 0df3f97866..f17817f1f7 100644
--- a/gtk/gtknativedialog.c
+++ b/gtk/gtknativedialog.c
@@ -605,7 +605,7 @@ run_response_cb (GtkNativeDialog *self,
* modal dialog (it prevents the user from interacting with other
* windows in the same window group while the dialog is run), callbacks
* such as timeouts, IO channel watches, DND drops, etc, will
- * be triggered during a gtk_nautilus_dialog_run() call.
+ * be triggered during a gtk_native_dialog_run() call.
*
* Returns: response ID
*