Commit Graph

18993 Commits

Author SHA1 Message Date
f22ee6ae4a Add flag-for-followup-done.xpm to EXTRA_DIST
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Add flag-for-followup-done.xpm to EXTRA_DIST

svn path=/trunk/; revision=23584
2003-12-02 17:04:04 +00:00
7bb251b0f8 Remove the Junk folder
2003-12-02  Jeffrey Stedfast  <fejj@ximian.com>

	* configure.in (EVOLUTION_DIR): Remove the Junk folder

svn path=/trunk/; revision=23582
2003-12-02 16:23:49 +00:00
6e15c00334 remove the Junk folder
svn path=/trunk/; revision=23581
2003-12-02 16:23:07 +00:00
da4ff4083b don't install the Junk folder
svn path=/trunk/; revision=23580
2003-12-02 16:21:57 +00:00
8dd5d1de36 Version the schemas Removed Added
2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/component/Makefile.am: Version the schemas
	* gui/component/apps_evolution_addressbook.schemas: Removed
	* gui/component/apps_evolution_addressbook.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* gui/Makefile.am: Version the schemas
	* gui/apps_evolution_calendar.schemas: Removed
	* gui/apps_evolution_calendar.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* evolution-mail.schemas: Removed
	* evolution-mail.schemas.in.in: Added

2003-12-02  Rodney Dawes  <dobey@ximian.com>

	* Makefile.am: Version the schemas
	* apps_evolution_shell.schemas: Removed
	* apps_evolution_shell.schemas.in.in: Added

svn path=/trunk/; revision=23579
2003-12-02 15:55:48 +00:00
f7900226cb added a label to the dialog to make it look less ugly.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c (copy_source_dialog): added
	a label to the dialog to make it look less ugly.

svn path=/trunk/; revision=23578
2003-12-02 13:30:11 +00:00
b82d3dcf35 added a label to the dialog to make it look less ugly.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c (copy_source_dialog): added
	a label to the dialog to make it look less ugly.

svn path=/trunk/; revision=23577
2003-12-02 13:24:39 +00:00
9e0e536f4f converted to use an ESourceOptionMenu instead of the ESourceSelector.
2003-12-02  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/copy-source-dialog.c: converted to use an
	ESourceOptionMenu instead of the ESourceSelector.
	(primary_selection_changed_cb): removed.
	(copy_source_dialog): create the ESourceOptionMenu here.
	(source_selected_cb): callback for the "source_selected"
	signal on the ESourceOptionMenu widget.

svn path=/trunk/; revision=23576
2003-12-02 13:12:25 +00:00
c0f6402330 Fixes #51145
2003-12-02  Bolian Yin  <bolian.yin@sun.com>

         Fixes #51145

         * gal/a11y/gal-a11y-e-table-item (eti_get_column_header): new impl.
         (eti_ref_child): add column headers as children

svn path=/trunk/; revision=23574
2003-12-02 08:25:17 +00:00
23eb43d172 moved the gtk_widget_show_all to before we add the pages, otherwise it can
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * mail-config-druid.c (mail_config_druid_new): moved the
        gtk_widget_show_all to before we add the pages, otherwise it can
        override per-page logic.  Bug #50790.

svn path=/trunk/; revision=23573
2003-12-02 08:09:28 +00:00
6434d2b055 Fixed Bug 51252, 51254, 51255. add some code deal with key press event.
2003-11-23 Andrew Wu <yang.wu@sun.com>

       Fixed Bug 51252, 51254, 51255.
        * gal/e-table/e-table-header-item.c:
        (ethi_event):add some code deal with key press event.
        * gal/e-table/e-table-header-item.h
        add a member "selected_col" for keyboard navigation.
        * gal/e-table/e-table.c
        (e_table_setup_header):make header can focus.

svn path=/trunk/; revision=23572
2003-12-02 07:55:14 +00:00
c84cfbc83a Fixes #51139
2003-12-02  Bolian Yin  <bolian.yin@sun.com>

        Fixes #51139

        * gal/a11y/gal-a11y-e-table-item: (gal_a11y_e_table_item_ref_selection)
        (gal_a11y_e_table_item_unref_selection): new functions.

        * gal/e-table/e-table-item.c : change the place of emitting ""selection_model_removed" signal.

svn path=/trunk/; revision=23571
2003-12-02 07:40:28 +00:00
4efabf66a2 setup another image (followup completed) to flag status list.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * message-list.c (message_list_create_extras): setup another image
        (followup completed) to flag status list.
        (states_pixmaps[]): added flag_for_followup_done.
        (ml_tree_value_at): return 0,1 or 2 for completed icon.  also use
        the real ints, these shouldn't have been true/false.  Bug #43514.

svn path=/trunk/; revision=23570
2003-12-02 07:33:19 +00:00
e5ae94bcdd Changed the base flag colour to reddish, and created a -done set, the
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * flag-for-folloup*: Changed the base flag colour to reddish, and
        created a -done set, the original blue-ish colour.

svn path=/trunk/; revision=23569
2003-12-02 07:31:01 +00:00
addb2f0ea7 a11y implementations for ECellText. new functions to support corresponding
2003-12-02  Tim Wo  <tim.wo@sun.com>

	* gal/a11y/e-table/gal-a11y-e-cell-text.c: (ect_get_text),
	(ect_get_character_at_offset), (ect_get_caret_offset),
	(ect_get_character_count), (ect_get_n_selections),
	(ect_get_selection), (ect_add_selection), (ect_remove_selection),
	(ect_set_selection), (ect_set_caret_offset),
	(ect_set_text_contents), (ect_insert_text), (ect_copy_text),
	(ect_delete_text), (ect_cut_text), (ect_paste_text),
	(ect_class_init): a11y implementations for ECellText.
	* gal/e-table/e-cell-text.c: (e_cell_text_set_selection),
	(e_cell_text_get_selection), (e_cell_text_copy_clipboard),
	(e_cell_text_paste_clipboard), (e_cell_text_delete_selection): new
	functions to support corresponding atk operations.
	* gal/e-table/e-cell-text.h: some APIs added to support atk operations.

svn path=/trunk/; revision=23568
2003-12-02 07:20:04 +00:00
3e2e35b2a2 use table item to get the model. (gal_a11y_e_cell_toggle_new): use table
2003-12-02  Tim Wo  <tim.wo@sun.com>

	* gal/a11y/e-table/gal-a11y-e-cell-toggle.c:
	(gal_a11y_e_cell_toggle_dispose): use table item to get the model.
	(gal_a11y_e_cell_toggle_new): use table item to get the model.
	* gal/a11y/e-table/gal-a11y-e-cell-tree.c:
	(ectr_model_row_changed_cb): new function to deal with tree cell
	expansion and collapse
	(ectr_subcell_weak_ref): destroy the cell_tree a11y instance along
	with it's subcell's a11y instance.
	(gal_a11y_e_cell_tree_new): init the atk state of the tree cell,
	and connect to the model_row_change signal of table model, so that
	when the tree cell expands or collapses, the corresponding AtkState
	could be set.
	* gal/a11y/e-table/gal-a11y-e-cell-tree.h: add one member to save
	the connected signal id.

svn path=/trunk/; revision=23567
2003-12-02 06:14:34 +00:00
86ec8d221e don't assert row=0 as fault, it cause bug 51199.
2003-12-01  Yuedong Du  <yuedong.du@sun.com>

        * gal/a11y/e-table/gal-a11y-e-table-item.c:
        (gal_a11y_e_table_item_new): don't assert row=0 as fault, it cause bug
        51199.

svn path=/trunk/; revision=23566
2003-12-02 05:27:11 +00:00
49e7dd311e Replace member "activity" with an "activity_id".
* gui/e-calendar-table.h (struct _ECalendarTable): Replace member
"activity" with an "activity_id".

* gui/e-cal-view.c (struct _ECalendarViewPrivate): Replace member
"activity" with "activity_id".
(e_calendar_view_destroy): Don't unref activity here anymore.
(e_calendar_view_set_status_message): Report progress using the
EActivityHandler off the CalendarComponent.

* gui/calendar-component.c
(struct _CalendarComponentPrivate): New member activity_handler.
(calendar_component_init): Init.
(calendar_component_peek_activity_handler): New.
(impl_dispose): Unref.
(impl_createControls): Return an ETaskBar for the statusbar
control.

svn path=/trunk/; revision=23565
2003-12-02 05:24:02 +00:00
89dc17247f (set_status_message): Call
e_activity_handler_operation_finished() on the current activity ID
when done.

svn path=/trunk/; revision=23564
2003-12-02 05:22:35 +00:00
46545a0a7f handle the structure changed signal of table model. Thus we can handle
2003-12-01  Yuedong Du  <yuedong.du@sun.com>

        * gal/a11y/e-table/gal-a11y-e-cell-toggle.c:
        (gal_a11y_e_cell_toggle_dispose):
        * gal/a11y/e-table/gal-a11y-e-table-item.c: (eti_dispose),
        (eti_header_structure_changed): handle the structure changed signal of
        table model. Thus we can handle table column add/remove/delete.
        (eti_real_initialize): connect to structure-changed signal.
        (gal_a11y_e_table_item_new): initialize the new added field - columns,
        which in turn record columns before change.

svn path=/trunk/; revision=23563
2003-12-02 05:19:51 +00:00
62b482ca29 Added empty_trash prompt key.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        * evolution-mail.schemas: Added empty_trash prompt key.

        * em-utils.c (em_utils_prompt_user): changed to take the gconf
        'prompt again' key directly.  Fixed callers.
        (em_utils_expunge_folder): prompt the user with an expunge
        specific message.
        (em_utils_empty_trash): have an empty-trash specific message for
        prompting confirm.
        (emu_confirm_expunge): removed, no longer needed.  Bug #38613.
        (em_utils_expunge_folder): remove most line feeds, let the label
        wrap them.
        (em_utils_empty_trash): ditto.

        * em-subscribe-editor.c (sub_folder_subscribed): update the ui
        selection state after we're done.  maybe we should listen on the
        model but this is easier.  Bug #50861.

        * em-message-browser.c (emmb_activate): hook up our own verb list.
        (emmb_message_verbs[], emmb_close): implement the close verb.
        Bug #51558.

        * em-format-html-display.c (efhd_attachment_popup): duh, actually
        add the menu list we create.  Bug #49902.

        * em-format.c (d): turn off debug, committed by accident.

svn path=/trunk/; revision=23562
2003-12-02 05:16:22 +00:00
4edfed50a6 Fix silly.
svn path=/trunk/; revision=23561
2003-12-02 05:14:19 +00:00
215a9c0ea3 Replace activity_client with activity_id. (set_status_message): Use the
* gui/component/addressbook.c (struct AddressbookView): Replace
activity_client with activity_id.
(set_status_message): Use the EActivityHandler from the
AddressbookComponent.

* gui/component/addressbook-component.c (struct
_AddressbookComponentPrivate): New member activity_handler.
(addressbook_component_init): Init.
(impl_dispose): Unref.
(addressbook_component_peek_activity_handler): New.
(impl_createControls): Return an ETaskBar as the statusbar control
and attach it to the activity handler.

svn path=/trunk/; revision=23560
2003-12-02 04:53:57 +00:00
d904b8e0d8 Remove debugging message.
svn path=/trunk/; revision=23559
2003-12-02 04:13:49 +00:00
d74d39e1a0 (do_op_status): Use data->activity_id, not local
activity_id.

svn path=/trunk/; revision=23558
2003-12-02 04:13:18 +00:00
e8068e8fff Commit changes missing from previous commit.
svn path=/trunk/; revision=23557
2003-12-02 03:49:45 +00:00
492cdaf6f9 New member activity_handler. (mail_component_init): Initialize.
* mail-component.c (struct _MailComponentPrivate): New member
activity_handler.
(mail_component_init): Initialize.
(impl_dispose): Unref.
(mail_component_peek_activity_handler): New.
(impl_createControls): Create an ETaskBar, attach it to the
ActivityHandler, and return it to the caller as the statusbar
control.

* e-activity-handler.c (e_activity_handler_operation_finished):
Argh, renamed from e_activity_client_operation_finished().
(e_activity_handler_operation_started): Don't unref the pixbuf.

* e-shell-window.c (setup_widgets): Hide the menu hint label.

* e-activity-handler.c (init): Init to next_activity_id to 1 so
callers can rely on it being nonzero.

svn path=/trunk/; revision=23556
2003-12-02 03:41:35 +00:00
ac0442e31c Pass a label for the status bar control for now.
* gui/component/addressbook-component.c (impl_createControls):
Pass a label for the status bar control for now.

* gui/calendar-component.c (impl_createControls): Pass a label for
the status bar control for now.

* gui/tasks-component.c (impl_createControls): Pass a label for
the status bar control for now.

* mail-component.c (impl_createControls): Pass a label for the
status bar control for now.

* e-shell.c (struct _EShellPrivate): Remove member
activity_handler.
(setup_activity_interface): Remove.
(e_shell_init): Don't call.
(create_window): Don't attach the task bar to the activity
handler.

* e-shell-window.c (struct _ComponentView): New member
statusbar_widget.
(struct _EShellWindowPrivate): Remove member task_bar.
(init_view): Get the status bar control from createControls and
put it in the ComponentView struct.
(setup_task_bar): New.
(setup_statusbar_notebook): New.
(switch_view): Switch the statusbar notebook too.
(impl_dispose): Add missing GTK_OBJECT() cast.
(e_shell_window_peek_task_bar): Remove.

* Evolution-Component.idl (Component::createControls): New out arg
"statusbar_control"; this way components can provide their own
status bar.

* e-activity-handler.c, e-activity-handler.h: Turn into a plain
GObject; translate all the CORBA methods into plain C methods.

* Makefile.am: Move e-activity-handler to libeshell instead of it
being in the shell.

svn path=/trunk/; revision=23555
2003-12-02 02:17:34 +00:00
9b2e595608 remove stray conflict marker
svn path=/trunk/; revision=23554
2003-12-02 00:20:43 +00:00
7eb86e42c8 remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.
2003-12-01  Larry Ewing  <lewing@ximian.com>

	* gui/component/Makefile.am (INCLUDES): remove
	GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.

svn path=/trunk/; revision=23553
2003-12-02 00:17:19 +00:00
b626efedca ** See bug #51478.
2003-12-02  Not Zed  <NotZed@Ximian.com>

        ** See bug #51478.

        * camel-gpg-context.c (gpg_ctx_free): handle the context being
        NULL, and exit silently.

svn path=/trunk/; revision=23550
2003-12-01 23:33:26 +00:00
9d8f9dea7b Start at fd = 3.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-process.c (camel_process_fork): Start at fd = 3.

	* camel-gpg-context.c (gpg_ctx_op_start): Same.

	* camel-filter-driver.c (pipe_to_system): Same.

	* camel-filter-search.c (run_command): Start at fd = 3.

svn path=/trunk/; revision=23549
2003-12-01 22:51:58 +00:00
7a7855e287 Use fcntl() to set FD_CLOEXEC on each fd rather than close()ing it.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_signature_run_script): Use fcntl() to
	set FD_CLOEXEC on each fd rather than close()ing it. Apparently
	Linux's older pthread implementations use sockets and so this
	fouls threading up. GO LINUX! GO!

svn path=/trunk/; revision=23548
2003-12-01 22:47:07 +00:00
34ff1d48c0 Install evolution.desktop as evolution-$(BASE_VERSION).desktop Remove
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* data/Makefile.am: Install evolution.desktop as
	evolution-$(BASE_VERSION).desktop
	* data/evolution.desktop.in: Remove generated file
	* data/evolution.desktop.in.in: Add (Unstable) to name
	Fix comment to be more correct and have correct capitalization

svn path=/trunk/; revision=23546
2003-12-01 22:37:49 +00:00
81660eb863 Updated to call em_folder_tree_model_set_folder_info().
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_get_folder_info__got): Updated
	to call em_folder_tree_model_set_folder_info().
	(folder_subscribed_cb): Removed.
	(folder_unsubscribed_cb): Removed.
	(folder_created_cb): Removed.
	(folder_deleted_cb): Removed.
	(folder_renamed_cb): Removed.

	* em-folder-tree-model.c (em_folder_tree_store_set_folder_info):
	New function to replace tree_store_set_folder_info() which had
	been in em-folder-tree.c
	(em_folder_tree_model_remove_uri): Made private.
	(em_folder_tree_model_remove_store_info): Made private.
	(em_folder_tree_model_remove_folders): New function to replace
	remove_folders() from em-folder-tree.c
	(em_folder_tree_model_new): No longer takes any args.

	* em-folder-tree.c (em_folder_tree_new): Updated.

	* mail-component.c (add_store): Add the store to the model rather
	than the treeview.
	(impl_createControls): create a new treeview based on the
	already-instantiated model.
	(mail_component_init): Create a new tree model.
	(mail_component_remove_store): Remove the store from the model
	directly.
	(mail_component_get_tree_model): Updated.

	* em-folder-tree.c (folder_unsubscribed_cb): Call
	em_folder_tree_model_remove_folders() rather than the deprecated
	internal remove_folders() function.
	(folder_renamed_cb): Same.
	(em_folder_tree_remove_store): Removed.
	(em_folder_tree_add_store): Removed.
	(remove_folders): Removed.

svn path=/trunk/; revision=23545
2003-12-01 22:18:49 +00:00
7af66de023 Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* Use BASE_VERSION for repo_ids and OAFIIDs
  * Update killev to kill the correct versions of gnome-spell and the
    GtkHTML Editor

svn path=/trunk/; revision=23543
2003-12-01 22:14:43 +00:00
9b6e4f3e85 list the signal args properl
2003-12-01  JP Rosevear <jpr@ximian.com>

	* e-source-selector.c (class_init): list the signal args properl

svn path=/trunk/; revision=23542
2003-12-01 22:01:14 +00:00
e86452cec4 Fix start page text.
2003-12-01  Hans Petter Jansson  <hpj@ximian.com>

	* gui/component/ldap-config.glade: Fix start page text.

svn path=/trunk/; revision=23541
2003-12-01 22:00:29 +00:00
66e21e8c49 use privconduitdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduit/Makefile.am: use privconduitdir

	* conduit/e-address.conduit.in: subst right thing

svn path=/trunk/; revision=23537
2003-12-01 19:49:07 +00:00
8f8f18fba0 define privconduitdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* configure.in: define privconduitdir

svn path=/trunk/; revision=23536
2003-12-01 19:46:12 +00:00
d25b4aee09 rfc2047 encode the Organization header value.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-composer-utils.c (composer_get_message): rfc2047 encode the
	Organization header value.

svn path=/trunk/; revision=23535
2003-12-01 19:45:23 +00:00
6c207314b8 install to privlibdir
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduits/todo/Makefile.am: install to privlibdir

	* conduits/calendar/Makefile.am: ditto

	* conduits/todo/e-todo.conduit.in: subst in correct thing

	* conduits/calendar/e-calendar.conduit.in: subst in correct thing

svn path=/trunk/; revision=23534
2003-12-01 19:22:22 +00:00
4582a6d2e6 Remove missing files
2003-12-01  Rodney Dawes  <dobey@ximian.com>

	* POTFILES.in: Remove missing files

svn path=/trunk/; revision=23533
2003-12-01 19:20:08 +00:00
f05388edf5 specify privlibdir as the location
2003-12-01  JP Rosevear <jpr@ximian.com>

	* conduit/e-address.conduit.in: specify privlibdir as the location

	* conduit/Makefile.am: install the conduit to privlibdir

svn path=/trunk/; revision=23532
2003-12-01 19:08:05 +00:00
c7aacab267 version the .conduit file
2003-12-01  JP Rosvear <jpr@ximian.com>

	* conduit/Makefile.am: version the .conduit file

svn path=/trunk/; revision=23531
2003-12-01 19:02:19 +00:00
9d1eec8d4e Make sure our parent folder hasn't been unsubscribed or else we get a
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* em-folder-tree.c (em_folder_tree_get_folder_info__got): Make
	sure our parent folder hasn't been unsubscribed or else we get a
	segfault here if it has.

03-11-28  Dave Camp  <dave@ximian.com>

	* em-folder-tree.c (render_pixbuf): Set the pixbuf renderer
	invisible for stores.

2003-11-25  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (mail_config_get_account_by_uid): New function.

	* em-folder-tree.c (tree_store_set_folder_info): Expand the tree
	node if the saved state tells us it was expanded the previous
	session.
	(em_folder_tree_load_state): Load the saved state.
	(em_folder_tree_add_store): Conditionally expand the store node.
	(em_folder_tree_new_with_model): Expand all the nodes that should
	be expanded.

svn path=/trunk/; revision=23530
2003-12-01 18:28:26 +00:00
98093d4c14 Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japanese
2003-11-30 Suresh Chandrasekharan  <suresh.chandrasekharan@sun.com>

        Bug Id #51527 "gal widgets produces backspace for Ctrl-space for
        japanese input"

        * gal/util/e-text-event-processor-emacs-like.c:
        (e_text_event_processor_emacs_like_event) If GDK_CONTROL_MASK set,
        disable the command action.

svn path=/trunk/; revision=23529
2003-12-01 17:50:20 +00:00
e71fb79458 Same.
2003-12-01  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-stream-process.c (do_exec_command): Same.

	* camel-process.c (camel_process_fork): Same.

	* camel-filter-search.c (run_command): Same as below.

	* camel-filter-driver.c (pipe_to_system): Same as below.

	* camel-gpg-context.c (gpg_ctx_op_start): Use fcntl() to set
	FD_CLOEXEC on each fd rather than close()ing it. Apparently
	Linux's older pthread implementations use sockets and so this
	fouls threading up. GO LINUX! GO!

svn path=/trunk/; revision=23527
2003-12-01 15:51:25 +00:00
2c1e306b97 autosave fix
2003-11-11  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (e_msg_composer_set_autosaved): new method to
	wrap autosaved flag setting
	(e_msg_composer_unset_autosaved): ditto
	(e_msg_composer_is_autosaved): new method, says if composer was
	autosaved only
	(autosave_save_draft): unset changed so that we don't autosave all
	the time when anything else than gtkhtml control changed

2003-11-06  Radek Doulik  <rodo@ximian.com>

	* e-msg-composer.c (autosave_save_draft): call gtkhtml's saved
	command to clean is-saved flag, set composer's autosaved flag
	(do_exit): complain if last save was just autosave
	(e_msg_composer_unset_changed): reset autosaved flag
	(save): reset autosaved flag

	* e-msg-composer.h: added autosaved flag, it tells whether last
	save was autosave or regular save, when changed flag is reset the
	autosaved one is reset too

svn path=/trunk/; revision=23526
2003-12-01 15:20:49 +00:00
d595778e6f removed unneeded functions. (alarm_notify_add_calendar,
2003-12-01  Rodrigo Moya <rodrigo@ximian.com>

	* gui/alarm-notify/alarm-notify.c (add_uri_to_load, remove_uri_to_load):
	removed unneeded functions.
	(alarm_notify_add_calendar, alarm_notify_remove_calendar): no need
	anymore to add/remove URIs to load on startup to the configuration.

svn path=/trunk/; revision=23525
2003-12-01 15:17:31 +00:00