[gnote/tabbed] Remove UI for open in new window setting
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote/tabbed] Remove UI for open in new window setting
- Date: Sun, 21 Nov 2021 19:39:34 +0000 (UTC)
commit de7fb3c8c91e54aa5cb83eafa3aeecd7e5fabc00
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Nov 21 21:27:41 2021 +0200
Remove UI for open in new window setting
src/preferencesdialog.cpp | 8 --------
1 file changed, 8 deletions(-)
---
diff --git a/src/preferencesdialog.cpp b/src/preferencesdialog.cpp
index 1de187f9..6a4440ee 100644
--- a/src/preferencesdialog.cpp
+++ b/src/preferencesdialog.cpp
@@ -245,14 +245,6 @@ namespace gnote {
options_list->show();
int options_list_row = 0;
-
- // Open in new window
- check = manage(make_check_button(_("Always _open notes in new window")));
- options_list->attach(*check, 0, options_list_row++, 1, 1);
- peditor = NEW_PROPERTY_EDITOR_BOOL(open_notes_in_new_window, *check);
- peditor->setup();
-
-
// Spell checking...
#if ENABLE_GSPELL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]