summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2019-05-02 21:56:46 +0200
committerCorentin Noël <corentin@elementary.io>2019-05-02 21:56:46 +0200
commite635c29d929f023e05c70df53a04e7ff0cd191a8 (patch)
tree86b0ca5c37b8b17c8d45fdbe21c1597d771f2cb5
parentcd662a422c063fe6daf5c0c288ab455f2604231f (diff)
downloadglade-e635c29d929f023e05c70df53a04e7ff0cd191a8.tar.gz
GtkLinkButton: allow to edit the label
-rw-r--r--plugins/gtk+/glade-button-editor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/gtk+/glade-button-editor.c b/plugins/gtk+/glade-button-editor.c
index 99037f62..28aac595 100644
--- a/plugins/gtk+/glade-button-editor.c
+++ b/plugins/gtk+/glade-button-editor.c
@@ -142,7 +142,6 @@ glade_button_editor_load (GladeEditable * editable, GladeWidget * widget)
gboolean modify_content = TRUE;
if (GTK_IS_MENU_BUTTON (button) ||
- GTK_IS_LINK_BUTTON (button) ||
GTK_IS_SCALE_BUTTON (button))
modify_content = FALSE;