[evolution/wip/webkit-composer: 889/966] EEditorDialog: Don't use GDK_WINDOW_TYPE_HINT_POPUP_MENU for dialogs
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit-composer: 889/966] EEditorDialog: Don't use GDK_WINDOW_TYPE_HINT_POPUP_MENU for dialogs
- Date: Wed, 23 Apr 2014 11:08:10 +0000 (UTC)
commit 10986f0c08b8653caded48a908d828737afc7df0
Author: Tomas Popela <tpopela redhat com>
Date: Tue Mar 11 16:37:29 2014 +0100
EEditorDialog: Don't use GDK_WINDOW_TYPE_HINT_POPUP_MENU for dialogs
Use GDK_WINDOW_TYPE_HINT_NORMAL that is default instead.
e-util/e-editor-dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-dialog.c b/e-util/e-editor-dialog.c
index 047ce9d..3e636f9 100644
--- a/e-util/e-editor-dialog.c
+++ b/e-util/e-editor-dialog.c
@@ -195,7 +195,6 @@ e_editor_dialog_init (EEditorDialog *dialog)
"destroy-with-parent", TRUE,
"modal", TRUE,
"resizable", FALSE,
- "type-hint", GDK_WINDOW_TYPE_HINT_POPUP_MENU,
"window-position", GTK_WIN_POS_CENTER_ON_PARENT,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]