From 332244cee52698b2f8f78a98cd5387f740a0f2a7 Mon Sep 17 00:00:00 2001 From: Priyanshu Raj Date: Mon, 31 May 2004 17:46:44 +0000 Subject: *Bug #51968 "Invite others.." button confusing in Appointment editor 2004-05-31 Priyanshu Raj *Bug #51968 "Invite others.." button confusing in Appointment editor dialog(Fixed)" svn path=/trunk/; revision=26133 --- calendar/gui/dialogs/meeting-page.glade | 2 +- calendar/gui/e-calendar-view.c | 6 +++--- calendar/gui/e-meeting-time-sel.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/meeting-page.glade b/calendar/gui/dialogs/meeting-page.glade index 808359ed81..5a13ad5c77 100644 --- a/calendar/gui/dialogs/meeting-page.glade +++ b/calendar/gui/dialogs/meeting-page.glade @@ -235,7 +235,7 @@ True True - _Invite Others... + Add attendees from addressbook. True GTK_RELIEF_NORMAL diff --git a/calendar/gui/e-calendar-view.c b/calendar/gui/e-calendar-view.c index ecf9924d7e..9ae3c1796c 100644 --- a/calendar/gui/e-calendar-view.c +++ b/calendar/gui/e-calendar-view.c @@ -359,7 +359,7 @@ e_calendar_view_add_event (ECalendarView *cal_view, ECal *client, time_t dtstart if (itip_organizer_is_user (comp, client) && send_component_dialog ((GtkWindow *) gtk_widget_get_toplevel (GTK_WIDGET (cal_view)), - client, comp, TRUE)) { + client, comp, TRUE)) { itip_send_comp (E_CAL_COMPONENT_METHOD_REQUEST, comp, client, NULL); } @@ -762,7 +762,7 @@ clipboard_get_text_cb (GtkClipboard *clipboard, const gchar *text, ECalendarView child_kind = icalcomponent_isa (subcomp); if (child_kind == ICAL_VEVENT_COMPONENT) e_calendar_view_add_event (cal_view, client, selected_time_start, - default_zone, subcomp, in_top_canvas); + default_zone, subcomp, in_top_canvas); else if (child_kind == ICAL_VTIMEZONE_COMPONENT) { icaltimezone *zone; @@ -1628,7 +1628,7 @@ e_calendar_view_modify_and_send (ECalComponent *comp, { if (e_cal_modify_object (client, e_cal_component_get_icalcomponent (comp), mod, NULL)) { if (itip_organizer_is_user (comp, client) && - send_component_dialog (toplevel, client, comp, new)) + send_component_dialog (toplevel, client, comp, new)) itip_send_comp (E_CAL_COMPONENT_METHOD_REQUEST, comp, client, NULL); } else { g_message (G_STRLOC ": Could not update the object!"); diff --git a/calendar/gui/e-meeting-time-sel.c b/calendar/gui/e-meeting-time-sel.c index 1d2ad43977..42f904f100 100644 --- a/calendar/gui/e-meeting-time-sel.c +++ b/calendar/gui/e-meeting-time-sel.c @@ -414,7 +414,7 @@ e_meeting_time_selector_construct (EMeetingTimeSelector * mts, EMeetingStore *em button = gtk_button_new_with_label (""); gtk_label_set_text_with_mnemonic (GTK_LABEL (GTK_BIN (button)->child), - _("_Invite Others...")); + _("Add attendees from addressbook")); accel_key = gtk_label_get_mnemonic_keyval (GTK_LABEL (GTK_BIN (button)->child)); gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 6); gtk_widget_show (button); -- cgit v1.2.3