[evolution/gnome-42] I#1837 - Meeting attendees should default to Required Participants



commit ce4b76dc6c3ca2e27c3769fb105a2e0ab6a60201
Author: Milan Crha <mcrha redhat com>
Date:   Fri Mar 18 09:47:45 2022 +0100

    I#1837 - Meeting attendees should default to Required Participants
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1837

 src/calendar/gui/e-meeting-list-view.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/calendar/gui/e-meeting-list-view.c b/src/calendar/gui/e-meeting-list-view.c
index 202f14bdb8..ea3ac1b7f3 100644
--- a/src/calendar/gui/e-meeting-list-view.c
+++ b/src/calendar/gui/e-meeting-list-view.c
@@ -59,16 +59,16 @@ static guint e_meeting_list_view_signals[LAST_SIGNAL] = { 0 };
 
 static void name_selector_dialog_close_cb (ENameSelectorDialog *dialog, gint response, gpointer data);
 
-static const gchar *sections[] = {N_("Chair Persons"),
-                                 N_("Required Participants"),
+static const gchar *sections[] = {N_("Required Participants"),
                                  N_("Optional Participants"),
                                  N_("Resources"),
+                                 N_("Chair Persons"),
                                  NULL};
 
-static ICalParameterRole roles[] = { I_CAL_ROLE_CHAIR,
-                                    I_CAL_ROLE_REQPARTICIPANT,
+static ICalParameterRole roles[] = { I_CAL_ROLE_REQPARTICIPANT,
                                     I_CAL_ROLE_OPTPARTICIPANT,
                                     I_CAL_ROLE_NONPARTICIPANT,
+                                    I_CAL_ROLE_CHAIR,
                                     I_CAL_ROLE_NONE };
 
 G_DEFINE_TYPE (EMeetingListView, e_meeting_list_view, GTK_TYPE_TREE_VIEW)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]