summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-11-19 16:24:56 +0100
committerinfirit <[email protected]>2014-11-19 19:36:03 +0100
commitcca09255880c19f1abb3008a2835aee5dfc7e80a (patch)
tree4f08aef1eada466336b481dd1f2209fd4bc34c7c /src
parentd740578688721cbfaf753c7ecb81d85d25bb9ccd (diff)
downloadengrampa-cca09255880c19f1abb3008a2835aee5dfc7e80a.tar.bz2
engrampa-cca09255880c19f1abb3008a2835aee5dfc7e80a.tar.xz
do not set the "last output" dialog as modal to allow the user to resize it
Based on FR commit: b950fd5ac1be8d32734a13b2a87d95ade702256d From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/fr-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fr-window.c b/src/fr-window.c
index 6476ee0..e36c9d3 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -7080,7 +7080,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);