diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 14:26:27 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:37 -0500 |
commit | dbcd45206246571e6f33f9f26f3c7e0152e8c39e (patch) | |
tree | efa5d987a47bacae03d74d283e44ad394f5f2608 /gtk/gtkdialog.c | |
parent | bc03314a06fbc3861dbf259cf814823496655ea2 (diff) | |
download | gtk+-dbcd45206246571e6f33f9f26f3c7e0152e8c39e.tar.gz |
docs: fix use-header-bar property link
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index fa52c77b25..ebb331674e 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -1774,7 +1774,7 @@ gtk_dialog_get_action_area (GtkDialog *dialog) * * Returns the header bar of @dialog. Note that the * headerbar is only used by the dialog if the - * #GtkDialog::use-header-bar property is %TRUE. + * #GtkDialog:use-header-bar property is %TRUE. * * Returns: (transfer none): the header bar * |