diff options
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 5b2834b46b..e1d064f94a 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3474,11 +3474,7 @@ expand_web_toggle (EContactEditor *ce) GtkWidget *widget; widget = e_builder_get_widget (ce->builder, "label-videourl"); -#if GTK_CHECK_VERSION(2,19,7) expand_web (ce, !gtk_widget_get_visible (widget)); -#else - expand_web (ce, !GTK_WIDGET_VISIBLE (widget)); -#endif } static void |