aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-29 04:42:38 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-29 04:42:38 +0800
commit3d3918f0386e6c7ab1340eda6620d1bce10b998a (patch)
treecd285611894c8bd974f655cfac88e9b67cf30611 /addressbook/gui
parenteb009af00c4ed35cfd60e9c09099e92904203964 (diff)
downloadgsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.gz
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.bz2
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.lz
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.xz
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.tar.zst
gsoc2013-evolution-3d3918f0386e6c7ab1340eda6620d1bce10b998a.zip
Remove unnecessary conditional compilation macro.
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c4
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