summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.c
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2017-09-05 21:31:42 +0100
committerDaniel Boles <dboles@src.gnome.org>2017-09-05 21:33:00 +0100
commitd97db77ad492308eff29461c4d14242682f0549d (patch)
tree3df12aee4b841ef6b8bcaf2734f85015019d0f02 /gtk/gtkinfobar.c
parent14387ed2e7d5ca4a08306d92ec8cf97b8f48e921 (diff)
downloadgtk+-d97db77ad492308eff29461c4d14242682f0549d.tar.gz
ActionBar: Fix links in set_revealed() doc, etc.
mostly: syncing with previous commit, where InfoBar copied this all from Also, remove my unhelpful “and vice-versa” from InfoBar.
Diffstat (limited to 'gtk/gtkinfobar.c')
-rw-r--r--gtk/gtkinfobar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c
index bd819d421f..7804a3b3ca 100644
--- a/gtk/gtkinfobar.c
+++ b/gtk/gtkinfobar.c
@@ -1159,7 +1159,7 @@ gtk_info_bar_get_show_close_button (GtkInfoBar *info_bar)
* @info_bar reveal (%TRUE) or conceal (%FALSE) itself via a sliding transition.
*
* Note: this does not show or hide @info_bar in the #GtkWidget:visible sense,
- * so revealing has no effect if #GtkWidget:visible is %FALSE and vice-versa.
+ * so revealing has no effect if #GtkWidget:visible is %FALSE.
*
* Since: 3.90
*/