[file-roller] do not set the "last output" dialog as modal to allow the user to resize it
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] do not set the "last output" dialog as modal to allow the user to resize it
- Date: Wed, 9 Mar 2011 20:26:32 +0000 (UTC)
commit b950fd5ac1be8d32734a13b2a87d95ade702256d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Mar 9 21:23:28 2011 +0100
do not set the "last output" dialog as modal to allow the user to resize it
src/fr-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 151f335..4775c48 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -7121,7 +7121,7 @@ fr_window_view_last_output (FrWindow *window,
dialog = gtk_dialog_new_with_buttons (title,
GTK_WINDOW (window),
- GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
+ GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE,
NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CLOSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]