summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-08-04 13:33:07 +0200
committerTimm Bäder <mail@baedert.org>2016-08-04 13:33:07 +0200
commit60f3c02080fe8d0ad1177d05e5e4e1ab399f26c1 (patch)
tree2db2048d5e9834c433d01d4922f4019e0dab1f72
parent50a0c5f2425aaf403867a95993b728c5fd6261f5 (diff)
downloadgtk+-60f3c02080fe8d0ad1177d05e5e4e1ab399f26c1.tar.gz
shortcutlabel: Make parameter names match
-rw-r--r--gtk/gtkshortcutlabel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkshortcutlabel.h b/gtk/gtkshortcutlabel.h
index e45669ed3e..a3db3b7f96 100644
--- a/gtk/gtkshortcutlabel.h
+++ b/gtk/gtkshortcutlabel.h
@@ -52,7 +52,7 @@ const gchar *gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self);
GDK_AVAILABLE_IN_3_22
void gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self,
- const gchar *unset_text);
+ const gchar *disabled_text);
G_END_DECLS