[evolution/gtk3: 4/10] Fix minor build issues in /e-util.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gtk3: 4/10] Fix minor build issues in /e-util.
- Date: Thu, 11 Nov 2010 19:07:49 +0000 (UTC)
commit 44522df8117bf08edef6c63bb292516e82ea53a9
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 f62a150..a5c286a 100644
--- a/e-util/e-util.c
+++ b/e-util/e-util.c
@@ -59,8 +59,6 @@
#include "e-util-private.h"
#include "gtk-compat.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]