summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Iofel <iofelben@gmail.com>2015-11-03 21:38:19 -0500
committerBen Iofel <iofelben@gmail.com>2015-11-03 21:46:48 -0500
commit4485e56994b08f2a286b21420784b48373fe99d8 (patch)
treef71f719d3c38f85479f038c744d50699f9a13d80
parent1697e11563e006f76e2ea4cabaa9ce64f9738770 (diff)
downloadglade-4485e56994b08f2a286b21420784b48373fe99d8.tar.gz
GtkButton: fix typo
-rw-r--r--plugins/gtk+/glade-gtk-button.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-gtk-button.c b/plugins/gtk+/glade-gtk-button.c
index 5a3ae393..b980d6fd 100644
--- a/plugins/gtk+/glade-gtk-button.c
+++ b/plugins/gtk+/glade-gtk-button.c
@@ -240,7 +240,7 @@ glade_gtk_button_set_property (GladeWidgetAdaptor * adaptor,
/* GtkLockButton hides itself after setting a property so we need to make sure
* we keep it visible.
*/
- if (GTK_IS_LOCK_BUTTON (object) && glade_gtk_lock_button_is_own_property (property));
+ if (GTK_IS_LOCK_BUTTON (object) && glade_gtk_lock_button_is_own_property (property))
gtk_widget_set_visible (GTK_WIDGET (object), TRUE);
}