[evolution] Remove unnecessary conditional compilation macro.



commit 3d3918f0386e6c7ab1340eda6620d1bce10b998a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Fri May 28 16:42:38 2010 -0400

    Remove unnecessary conditional compilation macro.

 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 5b2834b..e1d064f 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]