[evolution/gtk3: 5/47] Fix minor build issues in /e-util.



commit fb0d8f2bbdd87addb0f585065d8ea2a070f3453e
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Nov 9 08:50:46 2010 -0500

    Fix minor build issues in /e-util.

 e-util/e-config.c |    3 +--
 e-util/e-util.c   |    2 --
 2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 6646fa1..99597e2 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -1143,8 +1143,7 @@ e_config_create_window (EConfig *emp, GtkWindow *parent, const gchar *title)
 
 	if (emp->type == E_CONFIG_BOOK) {
 		w = gtk_dialog_new_with_buttons (title, parent,
-						GTK_DIALOG_DESTROY_WITH_PARENT |
-						GTK_DIALOG_NO_SEPARATOR,
+						GTK_DIALOG_DESTROY_WITH_PARENT,
 						GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 						GTK_STOCK_OK, GTK_RESPONSE_OK,
 						NULL);
diff --git a/e-util/e-util.c b/e-util/e-util.c
index 9926b98..88fcfae 100644
--- a/e-util/e-util.c
+++ b/e-util/e-util.c
@@ -58,8 +58,6 @@
 #include "e-util.h"
 #include "e-util-private.h"
 
-ENSURE_GTK_COMBO_BOX_ENTRY_TYPE
-
 /**
  * e_get_gnome2_user_dir:
  *



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