[evolution] I#1517 - ECompEditor: Remove redundant buttons from a toolbar
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] I#1517 - ECompEditor: Remove redundant buttons from a toolbar
- Date: Mon, 31 May 2021 19:10:33 +0000 (UTC)
commit e583ce29121f18a35ac57e8cc2999aa0bf84e342
Author: Milan Crha <mcrha redhat com>
Date: Mon May 31 21:09:09 2021 +0200
I#1517 - ECompEditor: Remove redundant buttons from a toolbar
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1517
src/calendar/gui/e-comp-editor-page-attachments.c | 5 -----
src/calendar/gui/e-comp-editor-page-recurrence.c | 5 -----
src/calendar/gui/e-comp-editor-page-reminders.c | 5 -----
src/calendar/gui/e-comp-editor-page-schedule.c | 5 -----
4 files changed, 20 deletions(-)
---
diff --git a/src/calendar/gui/e-comp-editor-page-attachments.c
b/src/calendar/gui/e-comp-editor-page-attachments.c
index 51eadc6ede..6877773bb9 100644
--- a/src/calendar/gui/e-comp-editor-page-attachments.c
+++ b/src/calendar/gui/e-comp-editor-page-attachments.c
@@ -615,11 +615,6 @@ ecep_attachments_setup_ui (ECompEditorPageAttachments *page_attachments)
" </placeholder>"
" </menu>"
" </menubar>"
- " <toolbar name='main-toolbar'>"
- " <placeholder name='content'>\n"
- " <toolitem action='page-attachments'/>\n"
- " </placeholder>"
- " </toolbar>"
"</ui>";
GtkActionEntry editable_entries[] = {
diff --git a/src/calendar/gui/e-comp-editor-page-recurrence.c
b/src/calendar/gui/e-comp-editor-page-recurrence.c
index c13aecf414..c70d0edfe7 100644
--- a/src/calendar/gui/e-comp-editor-page-recurrence.c
+++ b/src/calendar/gui/e-comp-editor-page-recurrence.c
@@ -2024,11 +2024,6 @@ ecep_recurrence_setup_ui (ECompEditorPageRecurrence *page_recurrence)
" </placeholder>"
" </menu>"
" </menubar>"
- " <toolbar name='main-toolbar'>"
- " <placeholder name='content'>\n"
- " <toolitem action='page-recurrence'/>\n"
- " </placeholder>"
- " </toolbar>"
"</ui>";
const GtkActionEntry options_actions[] = {
diff --git a/src/calendar/gui/e-comp-editor-page-reminders.c b/src/calendar/gui/e-comp-editor-page-reminders.c
index ed9a1f2e7d..43fe7819ff 100644
--- a/src/calendar/gui/e-comp-editor-page-reminders.c
+++ b/src/calendar/gui/e-comp-editor-page-reminders.c
@@ -1633,11 +1633,6 @@ ecep_reminders_setup_ui (ECompEditorPageReminders *page_reminders)
" </placeholder>"
" </menu>"
" </menubar>"
- " <toolbar name='main-toolbar'>"
- " <placeholder name='content'>\n"
- " <toolitem action='page-reminders'/>\n"
- " </placeholder>"
- " </toolbar>"
"</ui>";
const GtkActionEntry options_actions[] = {
diff --git a/src/calendar/gui/e-comp-editor-page-schedule.c b/src/calendar/gui/e-comp-editor-page-schedule.c
index 36d7bb8384..33e35e85d9 100644
--- a/src/calendar/gui/e-comp-editor-page-schedule.c
+++ b/src/calendar/gui/e-comp-editor-page-schedule.c
@@ -471,11 +471,6 @@ ecep_schedule_setup_ui (ECompEditorPageSchedule *page_schedule)
" </placeholder>"
" </menu>"
" </menubar>"
- " <toolbar name='main-toolbar'>"
- " <placeholder name='after-content'>\n"
- " <toolitem action='page-schedule'/>\n"
- " </placeholder>"
- " </toolbar>"
"</ui>";
const GtkActionEntry options_actions[] = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]