[shotwell/wip/gtk4: 16/45] Fix closing preferences dialog
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 16/45] Fix closing preferences dialog
- Date: Wed, 13 Apr 2022 18:21:21 +0000 (UTC)
commit 7e86c577907e3aaedf4d34a83a2971d926bf29a4
Author: Jens Georg <mail jensge org>
Date: Tue Apr 5 20:49:07 2022 +0200
Fix closing preferences dialog
src/dialogs/Preferences.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/dialogs/Preferences.vala b/src/dialogs/Preferences.vala
index 38ae7d1c..7d88a58f 100644
--- a/src/dialogs/Preferences.vala
+++ b/src/dialogs/Preferences.vala
@@ -322,7 +322,7 @@ public class PreferencesDialog : Gtk.Dialog {
return true;
commit_on_close();
- return true; //hide_on_delete(); //prevent widgets from getting destroyed
+ return false; //hide_on_delete(); //prevent widgets from getting destroyed
}
private void on_close() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]