[shotwell/wip/gtk4: 32/94] Fix closing preferences dialog
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/gtk4: 32/94] Fix closing preferences dialog
- Date: Thu, 28 Jul 2022 21:57:34 +0000 (UTC)
commit f3630df74984421562c1aa6906a411442d1720a9
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]