Commit Graph

2103 Commits

Author SHA1 Message Date
7b52d68f56 Fixed typo
svn path=/trunk/; revision=20948
2003-04-23 22:38:02 +00:00
00566a768f Fixes #41641
2003-04-23  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #41641

	* gui/e-day-view.c (e_day_view_focus_in): Remove assert an old
	input method code.
	(e_day_view_focus_out): Ditto.
	(e_day_view_reshape_long_event): Set input method context.
	(e_day_view_reshape_day_event): Ditto.
	(e_day_view_on_editing_started): Let EText handle the context popup.
	(e_day_view_on_editing_stopped): Turn off EText's handling of context
	popup.

	* gui/e-week-view.c (e_week_view_reshape_event_span): Set input
	method context.
	(e_week_view_on_text_item_event): Let the EText item handle
	right-click context popup if we're editing it.
	(e_week_view_on_editing_started): Let the EText item handle the
	context popup.
	(e_weeK_view_on_editing_stopped): Turn off EText's handling of
	context popup.

svn path=/trunk/; revision=20947
2003-04-23 22:03:57 +00:00
d6d875d02f Fixes #41671
2003-04-23  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41671

	* gui/alarm-notify/notify-main.c (main): added calls to gnome_sound_init
	and gnome_sound_shutdown.

	* gui/alarm-notify/alarm-queue.c (audio_notification): check that the
	sound file exists, and gdk_beep if not.

svn path=/trunk/; revision=20946
2003-04-23 21:46:56 +00:00
f58154d28e Fixes part of #41148, #41216 and #41235
2003-04-22  Rodrigo Moya <rodrigo@ximian.com>

	Fixes part of #41148, #41216 and #41235

	* gui/e-itip-control.c (init):
	* gui/e-meeting-time-sel.c (e_meeting_time_selector_construct,
	  e_meeting_time_selector_add_key_color):
	* gui/e-timezone-entry.c (e_timezone_entry_init):
	* gui/gnome-cal.c (setup_widgets):
	* gui/tasks-control.c (confirm_expunge):
	* gui/dialogs/comp-editor.c (setup_widgets):
	* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
	* gui/dialogs/meeting-page.c (meeting_page_construct):
	* gui/dialogs/recurrence-page.c (make_weekly_special,
	  make_monthly_special, make_ending_count_special):
	* gui/dialogs/schedule-page.c (schedule_page_construct):
	use HIG-suggested spacing.

svn path=/trunk/; revision=20927
2003-04-22 21:15:41 +00:00
95d8e5b20b Fixes #22444
2003-04-21  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #22444

	* gui/calendar-commands.c: added new verbs for occurrence-related
	menu items.
	(delete_occurrence_cmd): added callback for "Delete this occurrence"
	menu item. "Delete all occurrences" is just the same as "Delete".
	(sensitize_calendar_commands): sensitive ocurrence-related menu items.

	* gui/gnome-cal.[ch] (gnome_calendar_delete_selected_occurrence): new
	function.
	(gnome_calendar_get_current_view_widget): made this public.

	* gui/e-week-view.[ch] (e_week_view_get_selected_event):
	(e_week_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_instance_internal.

	* gui/e-day-view.[ch] (e_day_view_get_selected_event):
	(e_day_view_delete_occurrence): new functions.
	(e_week_view_delete_occurrence_internal): real implementation of the
	'Delete Occurrence' logic.
	(e_week_view_on_delete_occurrence): call delete_occurrence_internal.

svn path=/trunk/; revision=20917
2003-04-22 18:06:38 +00:00
5cc97da325 removed 'heading' and 'message' labels.
2003-04-18  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.glade: removed 'heading' and
	'message' labels.

	* gui/alarm-notify/alarm-notify-dialog.c: removed deleted widgets.
	(alarm_notify_dialog): don't load the removed widgets.

svn path=/trunk/; revision=20895
2003-04-19 10:29:08 +00:00
1bd3678dbe [ fixes #21499 ]
2003-04-18  Rodney Dawes  <dobey@ximian.com>

	[ fixes #21499 ]
	* gui/component/Makefile.am:
	* gui/component/addressbook.c:
	* gui/component/select-names/e-select-names-bonobo.c:
	* gui/contact-editor/Makefile.am:
	* gui/contact-editor/e-contact-editor.c:
	* gui/contact-list-editor/Makefile.am:
	* gui/contact-list-editor/e-contact-list-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* gui/Makefile.am:
	* gui/calendar-commands.c:
	* gui/tasks-control.c:
	* gui/dialogs/Makefile.am:
	* gui/dialogs/comp-editor.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* Makefile.am:
	* e-msg-composer.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* folder-browser-ui.c:
	* mail-signature-editor.c:
	* message-browser.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ().
	Fixes bug #21499.

	* Makefile.am:
	* e-summary-factory.c:
	Use PREFIX instead of EVOLUTION_DATADIR for bonobo_ui_util_set_ui ()

	* e-shell-view.c: Use PREFIX instead of EVOLUTION_DATADIR for
	bonobo_ui_util_set_ui () [#21499]

svn path=/trunk/; revision=20888
2003-04-18 17:46:26 +00:00
1c0d5f2c84 Fixes #41459
2003-04-17  JP Rosevear  <jpr@ximian.com>

	Fixes #41459

	* gui/dialogs/meeting-page.c: comment out delegation stuff

svn path=/trunk/; revision=20880
2003-04-17 15:52:41 +00:00
2c4e906e2f Fixes #34498
2003-04-17  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #34498

	* gui/alarm-notify/alarm-queue.c: added a 'uid' field to the
	CompQueuedAlarms structure.
	(remove_queued_alarm): free the 'uid' field when freeing the
	structure.
	(add_component_alarms): g_strdup the component's UID and use that as
	the key for the hash table.

svn path=/trunk/; revision=20879
2003-04-17 15:39:48 +00:00
2bd492627c Fixes #41129, #41215, #41221, #41256
2003-04-16  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #41129, #41215, #41221, #41256

	* gui/alarm-notify/alarm-notify.glade:
	* gui/dialogs/alarm-options.glade:
	* gui/dialogs/alarm-page.glade:
	* gui/dialogs/cal-prefs-dialog.glade:
	* gui/dialogs/e-delegate-dialog.glade:
	* gui/dialogs/meeting-page.glade:
	* gui/dialogs/recurrence-page.glade:
	* gui/dialogs/schedule-page.glade:
	* gui/dialogs/task-details-dialog.glade:
	* gui/dialogs/task-page.glade:
	* gui/dialogs/event-page.glade: set spacing to 6 pixels
	everywhere.

svn path=/trunk/; revision=20869
2003-04-16 20:31:09 +00:00
fb510056e9 Fixes #41230
2003-04-16  JP Rosevear  <jpr@ximian.com>

	Fixes #41230

 	* gui/e-itip-control.c (show_current): make sure to pass TRUE for
 	tasks
 	(start_calendar_server): make sure we don't gtk_main_quit if we
 	haven't gtk_main'ed
 	(start_calendar_server_cb): ditto

svn path=/trunk/; revision=20868
2003-04-16 19:54:32 +00:00
8d2d08837d Fixes #39735 and 40257
2003-04-15  JP Rosevear  <jpr@ximian.com>

	Fixes #39735 and 40257

	* gui/gnome-cal.c: convert float pane positions to ints
	(setup_widgets): set the initial position after realization and
	track the drags to get the new position, pack the panes slightly
	differently
	(gnome_calendar_set_pane_positions): set purely pixel oriented
	positions
	(gnome_calendar_update_config_settings): no need to update quanta
	setting
	(gnome_calendar_hpane_realized): realization callback
	(gnome_calendar_vpane_realized): ditto
	(gnome_calendar_vpane_resized): resize callback, store new size
	(gnome_calendar_hpane_resized): ditto

	* gui/calendar-model.c (get_due_status): handle an error getting
	the timezone

	* gui/calendar-config.c (calendar_config_get_hpane_pos): return an
int
	(calendar_config_set_hpane_pos): take an int
	(calendar_config_get_vpane_pos): return an int
	(calendar_config_set_vpane_pos): take an int

	* gui/calendar-config.h: update protos

	* gui/apps_evolution_calendar.schemas: update defaults for pane
	positions

svn path=/trunk/; revision=20863
2003-04-16 16:23:58 +00:00
1cddfbd5e5 If we already have an evolution_dir, free the old one before setting it
2003-04-15  Hans Petter Jansson  <hpj@ximian.com>

	* gui/calendar-component.c (owner_set_cb): If we already have an
	evolution_dir, free the old one before setting it anew.

	* gui/e-day-view-time-item.c (e_day_view_time_item_draw): Unref the
	metrics.

	* gui/e-day-view.c (e_day_view_style_set): Unref the metrics.
	(e_day_view_recalc_cell_sizes): We don't need font metrics here.
	(e_day_view_reshape_long_event): Ditto.

	* gui/e-meeting-model.c (init): Don't dup the string passed to
	e_table_without_hide().

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
	Unref the metrics.
	(e_meeting_time_selector_recalc_date_form): Doesn't need metrics.

	* gui/e-week-view-main-item.c (e_week_view_main_item_draw_day):
	Unref the metrics.

	* gui/e-week-view.c (e_week_view_style_set): Unref metrics.
	(e_week_view_recalc_cell_sizes): Ditto.
	(e_week_view_reshape_event_span): Move Pango stuff to where it
	can't be leaked due to an early return. Unref metrics.

	* gui/weekday-picker.c (weekday_picker_style_set): Unref metrics.

	* gui/dialogs/meeting-page.c (meeting_page_finalize): Free default
	address.

svn path=/trunk/; revision=20857
2003-04-15 22:26:11 +00:00
fcbb259416 Oops. Add this back. Turns out it's still needed by other parts.
* gui/dialogs/Makefile.am (IDL_GENERATED, etc): Oops. Add this
	back. Turns out it's still needed by other parts.

svn path=/trunk/; revision=20821
2003-04-11 18:18:20 +00:00
730d7da9eb Remove the "Contacts" button and entry from here too. Supposed to have
* gui/dialogs/task-page.glade: Remove the "Contacts" button and
	entry from here too. Supposed to have been part of #35926

	* gui/dialogs/task-page.c: Remove all code pertaining to the
	contacts button

	* gui/dialogs/comp-editor-util.c:
	* gui/dialogs/comp-editor-util.h: Likewise

	* gui/dialogs/Makefile.am (IDL_GENERATED, etc): Remove
	select-names stuff, which is no longe rused.

svn path=/trunk/; revision=20816
2003-04-11 14:15:40 +00:00
fff54e1198 added missing capabilities.
2003-04-11  Rodrigo Moya <rodrigo@ximian.com>

	* cal-util/cal-util.h: added missing capabilities.

	* cal-client/cal-client.c (cal_client_get_one_alarm_only,
	  cal_client_get_organizer_must_attend,
	  cal_client_get_save_schedules):
	* gui/itip-utils.c (itip_organizer_is_user):
	* gui/e-calendar-table.c (e_calendar_table_on_right_click):
	* gui/dialogs/task-editor.c (set_menu_sens):
	* gui/dialogs/event-page.c (event_page_fill_widgets):
	* gui/dialogs/meeting-page.c (meeting_page_fill_widgets):
	* gui/dialogs/alarm-page.c (button_options_clicked_cb): use the macros
	defined in cal-util.h for static capabilities.

svn path=/trunk/; revision=20815
2003-04-11 10:41:37 +00:00
09b7c557f7 load the default book to look for additional free/busy info in (init):
2003-04-11  JP Rosevear  <jpr@ximian.com>

	* gui/e-meeting-model.c (start_addressbook_server): load the
	default book to look for additional free/busy info in
	(init): ugly hack to make sure we get destroyed, set idle id to 0
	(process_callbacks): unref the im because we are now done with it
	(refresh_busy_periods): set idle id to 0, ref the model and handle
	e_book_get_cursor error

svn path=/trunk/; revision=20814
2003-04-11 09:15:22 +00:00
1033a80696 guard against multiple destroy calls
2003-04-11  JP Rosevear  <jpr@ximian.com>

	* gui/e-meeting-time-sel-item.c
	(e_meeting_time_selector_item_destroy): guard against multiple
	destroy calls

svn path=/trunk/; revision=20813
2003-04-11 08:55:11 +00:00
bc3b18e496 only print a message if the exception isn't the reasonable NotFound
2003-04-11  JP Rosevear  <jpr@ximian.com>

	* cal-client/cal-client.c (cal_client_get_free_busy): only print a
	message if the exception isn't the reasonable NotFound

svn path=/trunk/; revision=20812
2003-04-11 08:54:00 +00:00
0025229dc5 unref the main widget since we ref it when we un-parent it
2003-04-11  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/schedule-page.c (schedule_page_finalize): unref the
	main widget since we ref it when we un-parent it

	* gui/dialogs/alarm-page.c (alarm_page_finalize): ditto

	* gui/dialogs/task-page.c (task_page_finalize): ditto

	* gui/dialogs/event-page.c (event_page_finalize): ditto

	* gui/dialogs/task-details-page.c (task_details_page_finalize):
	ditto

	* gui/dialogs/recurrence-page.c (recurrence_page_finalize): ditto

	* gui/dialogs/meeting-page.c (meeting_page_finalize): ditto

svn path=/trunk/; revision=20811
2003-04-11 08:52:56 +00:00
1362afd4f5 added the allocation's X and Y position to the calculated coordinates.
2003-04-10  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_options_menu_position_callback):
	(e_meeting_time_selector_autopick_menu_position_callback): added the
	allocation's X and Y position to the calculated coordinates.

svn path=/trunk/; revision=20809
2003-04-10 21:54:04 +00:00
796304f4d6 Fixes #41127
2003-04-10  JP Rosevear  <jpr@ximian.com>

	Fixes #41127

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_refresh_cb):
	unref here, when the callback is done
	(e_meeting_time_selector_refresh_free_busy): don't unref here

	* gui/e-meeting-model.c (process_free_busy): if the type is
	unexpected, make sure we cleanup properly

svn path=/trunk/; revision=20807
2003-04-10 21:12:39 +00:00
8cd1f8a754 only remove the alarm for backends that want it (Exchange).
2003-04-10  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-queue.c (remove_queued_alarm): only remove
	the alarm for backends that want it (Exchange).

svn path=/trunk/; revision=20801
2003-04-10 15:10:32 +00:00
c58790758e added #define's for static capabilities.
2003-04-10  Rodrigo Moya <rodrigo@ximian.com>

	* cal-util/cal-util.h: added #define's for static capabilities.

	* pcs/cal-backend-file.c (cal_backend_file_get_static_capabilities):
	use the #define's above.

svn path=/trunk/; revision=20800
2003-04-10 14:38:24 +00:00
d7325d7415 Fixes #40133
2003-04-09  Chris Toshok  <toshok@ximian.com>

	Fixes #40133

	* pcs/cal-backend.c (cal_backend_class_init): use G_TYPE_INT
	instead of G_TYPE_ENUM as a parameter type for the signal to get
	rid of runtime warning.

svn path=/trunk/; revision=20786
2003-04-09 16:15:51 +00:00
e9ae74c02a Fixes #40915
2003-04-09  JP Rosevear  <jpr@ximian.com>

	Fixes #40915

	* gui/calendar-model.c (get_due_status): when getting the current
	time for date values, use a timezone aware function

svn path=/trunk/; revision=20785
2003-04-09 14:39:37 +00:00
c9f72e4ab1 Fixes #40952
2003-04-09  JP Rosevear  <jpr@ximian.com>

	Fixes #40952

	* pcs/cal-backend-file.c (cal_backend_file_open): check for file
	method instead of is_local

svn path=/trunk/; revision=20783
2003-04-09 13:43:57 +00:00
0cdafe3604 kill an old e_utf8_gtk usage
2003-04-08  Mike Kestner  <mkestner@ximian.com>

	* e-search-bar.c (set_option): kill an old e_utf8_gtk usage

and remove some straggling e-font.h includes.

svn path=/trunk/; revision=20769
2003-04-08 20:44:58 +00:00
40758aa297 Fixes #40894
2003-04-08  JP Rosevear  <jpr@ximian.com>

	Fixes #40894

	* gui/gnome-cal.c
	(gnome_calendar_on_date_navigator_selection_changed): update the
	selection for all view types

svn path=/trunk/; revision=20754
2003-04-08 15:00:43 +00:00
fb450633e9 update the selection for all view types
2003-04-08  JP Rosevear  <jpr@ximian.com>

	* gui/gnome-cal.c
	(gnome_calendar_on_date_navigator_selection_changed): update the
	selection for all view types

svn path=/trunk/; revision=20753
2003-04-08 14:58:26 +00:00
ce6c174542 Remove button_ok, button_cancel, canceled members from struct Dialog.
* gui/dialogs/alarm-options.c: Remove button_ok, button_cancel,
canceled members from struct Dialog.
(get_widgets): Do not initialize.
(close_dialog): Destroy the toplevel.
(toplevel_delete_event_cb): Removed.
(button_cancel_clicked_cb): Removed.
(button_ok_clicked_cb): Removed.
(close_dialog): Removed.
(alarm_options_dialog_run): Use gtk_dialog_run.
(init_widgets): Do not init ->canceled, do not connect OK/Cancel
buttons.
(alarm_to_dialog): No need to make the file entry modal from here
anymore.

* gui/dialogs/alarm-options.glade: Turned into a GtkDialog.  Set
the "modal" property to True for the file entry.

svn path=/trunk/; revision=20749
2003-04-08 14:32:25 +00:00
ab8d93168b Fixes #35926.
2003-04-07  Hans Petter Jansson  <hpj@ximian.com>

	Fixes #35926.

	* gui/dialogs/event-page.glade: Remove contacts entry/chooser.

	* gui/dialogs/event-page.c: Remove contacts entry/chooser.
	(event_page_init): Remove references.
	(event_page_finalize): Ditto.
	(event_page_fill_widgets): Ditto.
	(event_page_fill_component): Ditto.
	(get_widgets): Ditto.
	(init_widgets): Ditto.
	(contacts_clicked_cb): Remove wholesale.
	(contacts_changed_cb): Ditto.

svn path=/trunk/; revision=20731
2003-04-07 20:56:47 +00:00
18b0c8df94 Fixes #40876
2003-04-07  JP Rosevear  <jpr@ximian.com>

	Fixes #40876

	* gui/e-meeting-time-sel.c
	(e_meeting_time_selector_refresh_free_busy): guard against
	callbacks after destruction
	(e_meeting_time_selector_refresh_cb): ditto

svn path=/trunk/; revision=20727
2003-04-07 20:02:52 +00:00
5c0dca8bd5 create button properly
2003-04-07  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/event-page.glade: create button properly

	* gui/itip-utils.c (comp_server_send): for errors other than busy,
	we want to email the results

	* pcs/cal-backend.c (cal_backend_ref_categories): insert the new
	category in the category list as well
	(idle_notify_categories_changed): reset idle id

svn path=/trunk/; revision=20726
2003-04-07 19:56:41 +00:00
ca1f07cab3 Fixes #40252
2003-04-07  Not Zed  <NotZed@Ximian.com>

 	Fixes #40252

 	* conduits/todo/todo-conduit.c: Same as below.

 	* conduits/calendar/calendar-conduit.c: Change the LOG macro to a
 	single arg macro which copies its arg.  Fix all callers.  Change
 	WARN and INFO to simply g_warning/g_message.  Init G_LOG_DOMAIN
 	before including anything.

svn path=/trunk/; revision=20714
2003-04-07 17:06:37 +00:00
5a05f43a6a Clean up server names
* gui/GNOME_Evolution_Calendar.server.in.in: Clean up server names

	* gui/alarm-notify/GNOME_Evolution_Calendar_AlarmNotify.server.in.in:
	Likewise

	* importers/GNOME_Evolution_Calendar_Importer.server.in.in:
	Likewise. Also mark the evolution:menu_name for i18n

svn path=/trunk/; revision=20705
2003-04-07 16:11:57 +00:00
092dfdc618 Slight correction to previous commit; use G_ cast checks.
svn path=/trunk/; revision=20696
2003-04-07 07:29:44 +00:00
4eeb10bc4a GObjectify. Eliminates ref/sink warnings from the meeting editor.
2003-04-07  Hans Petter Jansson  <hpj@ximian.com>

	* gui/e-meeting-attendee.[ch]: GObjectify. Eliminates ref/sink
	warnings from the meeting editor.

svn path=/trunk/; revision=20695
2003-04-07 07:13:21 +00:00
102637d0fe Week view part of fix for #39895.
2003-04-06  Hans Petter Jansson  <hpj@ximian.com>

	Week view part of fix for #39895.

	* gui/e-week-view-main-item.c (e_week_view_main_item_draw_day):
	Use the UNFOCUSSED colour if we're not focused, rather than not
	drawing anything.

	* gui/e-week-view.c: Set up the UNFOCUSSED colour.

	* gui/e-week-view.h: Add the UNFOCUSSED colour.

svn path=/trunk/; revision=20689
2003-04-07 00:14:52 +00:00
48ec4a48f0 Fixes #40790
2003-04-04  JP Rosevear  <jpr@ximian.com>

	Fixes #40790

	* gui/alarm-notify/alarm-queue.c (procedure_notification_dialog):
	return based on the response code (not old button stuff)

svn path=/trunk/; revision=20679
2003-04-04 22:33:05 +00:00
26838c440e (alarm_to_dialog): Make the file
entry modal.  [#40792]

svn path=/trunk/; revision=20678
2003-04-04 22:12:13 +00:00
c481b9e821 description is a text buffer (alarm_to_malarm_widgets): ditto
2003-04-04  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/alarm-options.c (alarm_to_dalarm_widgets):
	description is a text buffer
	(alarm_to_malarm_widgets): ditto
	(dalarm_widgets_to_alarm): ditto
	(malarm_widgets_to_alarm): ditto
	(alarm_to_repeat_widgets): check repeat status correctly

svn path=/trunk/; revision=20677
2003-04-04 21:58:34 +00:00
03c2223864 guard against multiple destroy calls
2003-04-04  JP Rosevear  <jpr@ximian.com>

	* gui/cal-search-bar.c (cal_search_bar_destroy): guard against
	multiple destroy calls

svn path=/trunk/; revision=20672
2003-04-04 19:21:50 +00:00
cd868fb9e9 Don't free static string.
* gui/e-itip-control.c (write_html): Don't free static string.

svn path=/trunk/; revision=20670
2003-04-04 17:37:02 +00:00
b0c9c4b4b0 guard against empty uri as well
2003-04-04  JP Rosevear  <jpr@ximian.com>

	* cal-client/cal-client.c (get_default_uri): guard against empty
	uri as well

svn path=/trunk/; revision=20669
2003-04-04 16:31:27 +00:00
9e9a8d93b3 Fixes #40722
2003-04-04  JP Rosevear  <jpr@ximian.com>

	Fixes #40722

	* gui/e-meeting-time-sel.c (e_meeting_time_selector_destroy):
	guard against multiple destroy calls

svn path=/trunk/; revision=20667
2003-04-04 14:01:47 +00:00
c15b3be73f Add a check to see if the view should be the day-view and change the
2003-04-02  Jeffrey Stedfast  <fejj@ximian.com>

	* gui/control-factory.c (set_prop): Add a check to see if the view
	should be the day-view and change the default to be whatever
	calendar_config_get_default_view() returns. Should fix bug #39735.

	* gui/calendar-config.h: calendar_config_write() and
	calendar_config_write_on_exit() no longer exist. Removed
	prototypes.

	* gui/control-factory.c (set_prop): g_strcasecmp() is
	deprecated. Since the values can never be anything other than all
	lowercase anyway, just use strcmp.

svn path=/trunk/; revision=20649
2003-04-02 19:30:34 +00:00
f008110363 Fixes #39262
2003-04-02  Rodrigo Moya <rodrigo@ximian.com>

	Fixes #39262

	* importers/icalendar-importer.c (load_file_fn, vcal_load_file_fn):
	use folder_type argument to determine what to import.

svn path=/trunk/; revision=20647
2003-04-02 16:58:12 +00:00
7cbc883d3d added "folder_type" parameter to EvolutionImporterLoadFileFn.
2003-04-02  Rodrigo Moya <rodrigo@ximian.com>

	* importers/icalendar-importer.c (load_file_fn, vcal_load_file_fn):
	added "folder_type" parameter to EvolutionImporterLoadFileFn.

svn path=/trunk/; revision=20646
2003-04-02 16:36:34 +00:00
ae79ee48c2 Fixes #39955
2003-04-02  JP Rosevear  <jpr@ximian.com>

	Fixes #39955

	* gui/itip-utils.c (comp_sentby): don't unref the the account

svn path=/trunk/; revision=20641
2003-04-02 15:57:22 +00:00