[balsa] Do not include gnome.h



commit 719d6a4e5cf3ad0f460b41e02a13366ee01e12dd
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Jul 26 13:11:27 2009 -0400

    Do not include gnome.h

 ChangeLog            |    7 ++++++-
 src/sendmsg-window.c |    4 ----
 2 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8f8b998..5490a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 2009-07-26  Peter Bloomfield
 
-	* src/main-window.c: remove redundant gtk version checks.
+	* src/sendmsg-window.c: do not include gnome.h.
+
+2009-07-26  Peter Bloomfield
+
+	* src/main-window.c: remove redundant gtk version checks and
+	dead code.
 
 2009-07-25  Peter Bloomfield
 
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 0060d7b..eb9e2ac 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -32,11 +32,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
-#if HAVE_GNOME
-#include <gnome.h>
-#else
 #define GNOME_PAD_SMALL    4
-#endif
 #include <gio/gio.h>
 #include <glib/gi18n.h>
 #include <glib/gstdio.h>



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