diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 04:42:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 04:42:38 +0800 |
commit | 3d3918f0386e6c7ab1340eda6620d1bce10b998a (patch) | |
tree | cd285611894c8bd974f655cfac88e9b67cf30611 /addressbook | |
parent | eb009af00c4ed35cfd60e9c09099e92904203964 (diff) | |
download | gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.gz gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.zst gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.zip |
Remove unnecessary conditional compilation macro.
Diffstat (limited to 'addressbook')
-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 |