[evolution-kolab/ek-wip-acl] EPlugin: made Kolab folder properties dialog modal



commit 554a35e66aad44eab6944bf62384c7a8c6fcea18
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Tue Sep 25 15:38:41 2012 +0200

    EPlugin: made Kolab folder properties dialog modal

 src/eplugin/e-kolab-plugin-ui.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/eplugin/e-kolab-plugin-ui.c b/src/eplugin/e-kolab-plugin-ui.c
index 6bcf01b..cdc0dcd 100644
--- a/src/eplugin/e-kolab-plugin-ui.c
+++ b/src/eplugin/e-kolab-plugin-ui.c
@@ -251,7 +251,7 @@ kolab_folder_prop_ui_dialog_data_new (EShellView *shell_view)
 	uidata->widgets->dialog =
 		gtk_dialog_new_with_buttons (_("Edit Kolab Folder Properties..."),
 		                             NULL, /* parent */
-		                             GTK_DIALOG_DESTROY_WITH_PARENT,
+		                             GTK_DIALOG_DESTROY_WITH_PARENT|GTK_DIALOG_MODAL,
 		                             GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 		                             GTK_STOCK_OK, GTK_RESPONSE_OK,
 		                             NULL);



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