Commit Graph

20618 Commits

Author SHA1 Message Date
cc309ba614 Update the composer to use the icon theme via the EIconFactory object in
2004-04-19  Michael Terry  <mike@mterry.name>

	* e-msg-composer-select-file.c:
	* e-msg-composer.c: Update the composer to use the icon theme via
	the EIconFactory object in e-util

svn path=/trunk/; revision=25516
2004-04-19 15:20:26 +00:00
8172d77c91 Update the calendar to use the icon theme through the EIconFactory object
2004-04-19  Michael Terry  <mike@mterry.name>

	* gui/GNOME_Evolution_Calendar.server.in.in:
	* gui/calendar-commands.c:
	* gui/calendar-component.c:
	* gui/e-calendar-table.c:
	* gui/e-calendar-view.c:
	* gui/e-day-view-main-item.c:
	* gui/e-day-view-top-item.c:
	* gui/e-day-view.c:
	* gui/e-day-view.h:
	* gui/e-itip-control.c:
	* gui/e-timezone-entry.c:
	* gui/e-week-view-event-item.c:
	* gui/e-week-view.c:
	* gui/e-week-view.h:
	* gui/tasks-component.c:
	* gui/alarm-notify/alarm-notify-dialog.c:
	* gui/alarm-notify/alarm-queue.c:
	* gui/dialogs/comp-editor.c:
	* gui/dialogs/event-editor.c: Update the calendar to use the icon theme
	through the EIconFactory object in e-util

svn path=/trunk/; revision=25515
2004-04-19 15:19:32 +00:00
c13ea52206 Set the default image for the contact photo to be the stock_person image
2004-04-19  Rodney Dawes  <dobey@ximian.com>

	* gui/contact-editor/contact-editor.glade: Set the default image for
	the contact photo to be the stock_person image in the icon theme

2004-04-19  Michael Terry  <mike@mterry.name>

	* gui/component/GNOME_Evolution_Addressbook.server.in.in:
	* gui/component/addressbook-component.c:
	* gui/component/addressbook-view.c:
	* gui/component/select-names/e-select-names-popup.c:
	* gui/contact-editor/e-contact-editor-address.c:
	* gui/contact-editor/e-contact-editor-fullname.c:
	* gui/contact-editor/e-contact-editor-im.c:
	* gui/contact-list-editor/contact-list-editor.glade:
	* gui/contact-list-editor/e-contact-list-editor.c:
	* gui/merging/eab-contact-commit-duplicate-detected.glade:
	* gui/merging/eab-contact-duplicate-detected.glade:
	* gui/widgets/e-minicard.c:
	* gui/widgets/eab-contact-display.c:
	* gui/widgets/eab-gui-util.c: Update the addressbook to use the icon
	theme via the EIconFactory object in e-util

svn path=/trunk/; revision=25514
2004-04-19 15:19:05 +00:00
f4b4be936e Update to use EIconFactory to get the filename for the component icons
2004-04-19  Rodney Dawes  <dobey@ximian.com>

	* e-info-label.c (e_info_label_new): Update to use EIconFactory to
	get the filename for the component icons using the icon theme

2004-04-19  Michael Terry  <mike@mterry.name>

	* e-combo-buddon.c:
	* e-url-entry.c: Update these to use EIconFactory and GtkImages
	directly instead of GdkPixmaps

svn path=/trunk/; revision=25513
2004-04-19 15:18:37 +00:00
9b8a686094 Change component icons to use the icon theme names for icons Remove
2004-04-19  Michael Terry  <mike@mterry.name>

	* GNOME_Evolution_Test.server.in.in: Change component icons to use the
	icon theme names for icons
	* Makefile.am: Remove e-icon-factory.[ch]
	* e-component-registry.c: Use the icon theme for component icons
	* e-icon-factory.[ch]: Removed these files
	* e-shell-importer.c:
	* e-shell-settings-dialog.c:
	* e-shell-startup-wizard.c:
	* e-shell-window-commands.c:
	* e-user-creatable-items-handler.c:
	* evolution-shell-component-utils.[ch]:
	* main.c:
	* glade/evolution-startup-wizard.glade:
	* importer/import.glade: Use the icon theme via EIconFactory for all
	of the icons in the shell, and the window icons

svn path=/trunk/; revision=25512
2004-04-19 15:17:54 +00:00
1ace8a2132 Add e-icon-factory.[ch] Use the icon theme via EIconFactory Move
2004-04-16  Michael Terry  <mike@mterry.name>

	* Makefile.am: Add e-icon-factory.[ch]
	* e-gui-utils.c: Use the icon theme via EIconFactory
	* e-icon-factory.[ch]: Move EIconFactory to e-util, and add icon theme
	support to the object so evolution uses them

svn path=/trunk/; revision=25511
2004-04-19 15:17:19 +00:00
e901dd254f take a range_selected boolean for internal use (gnome_calendar_set_view):
2004-04-19  JP Rosevear <jpr@ximian.com>

	* gui/gnome-cal.c (set_view): take a range_selected boolean for
	internal use
	(gnome_calendar_set_view): use above
	(display_view): use priv->range_selected, we'll set it correctly
	before this
	(display_view_cb): only pass focus boolean
	(gnome_calendar_on_date_navigator_selection_changed): set the view
	so the view menu is accurate

svn path=/trunk/; revision=25510
2004-04-19 14:41:32 +00:00
17bf8fb52d Translation updated.
2004-04-19  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated.

svn path=/trunk/; revision=25508
2004-04-19 05:05:47 +00:00
6a2d1a99a1 Removed unused and uninitialised "url" local that gets g_free-ed
2004-04-16  David Malcolm  <dmalcolm@redhat.com>

        * importers/netscape-importer.c (netscape_import_accounts):
        Removed unused and uninitialised "url" local that gets g_free-ed

svn path=/trunk/; revision=25507
2004-04-19 03:42:37 +00:00
8e470eb614 Fixes #54021
2004-04-18  JP Rosevear <jpr@ximian.com>

	Fixes #54021

	* importers/icalendar-importer.c (update_single_object): ensure
	UID exists

svn path=/trunk/; revision=25506
2004-04-18 22:23:48 +00:00
2b14db9d60 Fixes #53124
2004-04-18  JP Rosevear <jpr@ximian.com>

	Fixes #53124

	* gui/e-tasks.c: remove preview pieces, they are in their own
	class now; use the new class for preview

	* gui/e-cal-component-preview.[hc]: implement a preview area for
	tasks and events

svn path=/trunk/; revision=25505
2004-04-18 18:01:19 +00:00
d4d421a5dd include libecal/e-cal-component.h to kill implicit declaration of
2004-04-17  Trent Lloyd  <lathiat@sixlabs.org>

	* gui/e-calendar-view.c: include libecal/e-cal-component.h to kill
	implicit declaration of e_cal_component_get_recur_id_as_string at line
	869.

svn path=/trunk/; revision=25504
2004-04-18 17:49:39 +00:00
415fbd7101 new macro. (extract_email): only create/add the attribute if the email
2004-04-18  Chris Toshok  <toshok@ximian.com>

	* gui/contact-editor/e-contact-editor.c (nonempty): new macro.
	(extract_email): only create/add the attribute if the email
	address is nonempty.
	(extract_im): same, but for im accounts.
	(extract_address_record): same, but for addresses.

svn path=/trunk/; revision=25502
2004-04-18 07:01:50 +00:00
fb719d2e33 Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=25501
2004-04-17 16:22:12 +00:00
9f35e84042 Updated Czech translation.
2004-04-17  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.

svn path=/trunk/; revision=25500
2004-04-17 15:17:50 +00:00
d2d253a9e9 Translation updated.
2004-04-17  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated.

svn path=/trunk/; revision=25499
2004-04-17 09:11:41 +00:00
1e5ff7ff02 Add "wants HTML" checkbox.
2004-04-16  Hans Petter Jansson  <hpj@ximian.com>

	* gui/contact-editor/contact-editor.glade: Add "wants HTML" checkbox.

	* gui/contact-editor/contact-editor.c (email_location_to_index)
	(email_entry_changed)
	(set_entry_changed_signal_email)
	(file_save_cb)
	(file_close_cb)
	(file_save_as_cb)
	(file_send_as_cb)
	(file_send_to_cb)
	(contact_deleted_cb)
	(delete_cb)
	(print_cb)
	(print_envelope_cb)
	(tb_save_and_close_cb)
	(verbs)
	(pixmaps)
	(create_ui): Remove unused funcs.
	(command_state_changed): Remove bonobo calls.
	(e_contact_editor_init): Remove bonobo stuff.
	(fill_in_email)
	(fill_in_im): Remove unused vars.

svn path=/trunk/; revision=25498
2004-04-16 23:57:01 +00:00
df20fdbeaa Updated British English translation
svn path=/trunk/; revision=25497
2004-04-16 22:22:25 +00:00
5e766d8fb2 new function, use the async interface to load the book.
2004-04-16  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-component.c (book_loaded_cb): new
	function, use the async interface to load the book.
	(impl_requestCreateItem): use
	e_book_async_get_default_addressbook.

svn path=/trunk/; revision=25496
2004-04-16 21:32:52 +00:00
26ccc3eed1 will never be true. Fixes bug #56982.
2004-04-16  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-vee-store.c (change_folder): (flags & 0) will never be
	true. Fixes bug #56982.

svn path=/trunk/; revision=25495
2004-04-16 18:34:55 +00:00
5de7b60f7a Work in progress, HIG'ing and de-coupling of errors.
svn path=/trunk/; revision=25493
2004-04-16 09:57:07 +00:00
f53eadffe1 Commit new contact editor UI by Anna.
2004-04-16  Hans Petter Jansson  <hpj@ximian.com>

	* gui/contact-editor/contact-editor.glade: Commit new contact editor
	UI by Anna.

	* gui/contact-editor/e-contact-editor.c: Comment out bonobo includes.
	(_email_arrow_pressed)
	(_address_arrow_pressed)
	(set_im_fields)
	(find_address_mailing)
	(set_address_field)
	(add_im_clicked)
	(edit_im_clicked)
	(remove_im_clicked)
	(im_button_press_cb)
	(im_selected_cb)
	(im_treeview_drag_data_get_cb)
	(im_treeview_drag_data_rcv_cb)
	(setup_im_treeview)
	(email_entry_changed)
	(address_to_text)
	(text_to_address)
	(address_text_changed)
	(address_mailing_changed)
	(full_addr_clicked)
	(e_contact_editor_build_email_ui)
	(e_contact_editor_build_address_ui)
	(_email_arrow_pressed)
	(_address_arrow_pressed)
	(find_address_mailing)
	(add_im_field)
	(set_im_fields)
	(set_address_field): Removed.
	(address_name)
	(im_service)
	(im_location): Add lookup structs.
	(init_email_record_location)
	(init_email)
	(fill_in_email_record)
	(extract_email_record)
	(email_location_to_index)
	(email_index_to_location)
	(im_index_to_location)
	(get_email_location)
	(get_im_location)
	(fill_in_email)
	(extract_email)
	(init_im_record_location)
	(init_im_record_service)
	(init_im)
	(fill_in_im_record)
	(fill_in_im)
	(extract_im_record)
	(extract_im)
	(init_address_field)
	(init_address_record)
	(init_address)
	(fill_in_address_field)
	(fill_in_address_record)
	(fill_in_address)
	(extract_address_field)
	(extract_address_record)
	(extract_address)
	(file_save_and_close_cb)
	(file_cancel_cb)
	(set_entry_text): Implemented.
	(connect_arrow_button_signals): Updated some widget names.
	(set_entry_changed_signals): Removed dead widgets, updated names for
	others.
	(print_cb)
	(tb_save_and_close_cb)
	(create_ui): Disabled Bonobo toolbar/menus.
	(e_contact_editor_init): Disabled Bonobo toolbar/menus. Init new
	UI elements. Remove init of old UI elements.
	(command_state_changed): Disabled Bonobo toolbar/menus. Act on new
	ok/cancel buttons.
	(_phone_arrow_pressed): Updated widget names.
	(set_phone_field): Use set_entry_text ().
	(set_fields): Update widget names, remove old address code, call new
	fill_in_* code.
	(field_mapping): Remove dead widgets.
	(widget_field_mapping): Ditto.
	(enable_writable_fields): Remove calls for old email/address UI.
	Update some names.
	(fill_in_info): Don't find_address_mailing() or set_im_fields().
	(extract_info): Call new extraction funcs.

svn path=/trunk/; revision=25492
2004-04-16 08:23:37 +00:00
b350c58851 Fixes #52271
2004-04-15 Gary Ekker <gekker@novell.com>

	Fixes #52271

	* gui/e-cal-model-tasks.c: (set_percent): shouldn't call
	ensure_task_not_complete here, it removes the percent property that
	we just set.

svn path=/trunk/; revision=25491
2004-04-16 01:26:55 +00:00
890c7ff4d7 Change the message display widget names to match the ones we are using in
2004-04-15  Jeffrey Stedfast  <fejj@ximian.com>

	* mail-config.c (config_write_style): Change the message display
	widget names to match the ones we are using in 1.5 (rather than
	the ones from earlier versions). Fixes bug #57070.

svn path=/trunk/; revision=25490
2004-04-15 20:50:04 +00:00
7c8a7531ce Updated Canadian English translation.
* en_CA.po: Updated Canadian English translation.

svn path=/trunk/; revision=25489
2004-04-15 20:29:12 +00:00
4f0eeedde7 don't actually check if start date is after due date, its perfectly valid
2004-04-15  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/task-page.c (task_page_fill_component): don't
	actually check if start date is after due date, its perfectly
	valid for that to occur

svn path=/trunk/; revision=25488
2004-04-15 19:18:28 +00:00
f57b228500 Same idea here as with build_mesage(), don't convert th gconf charset
2004-04-15  Jeffrey Stedfast  <fejj@ximian.com>

	* e-msg-composer-attachment-bar.c (attach_to_multipart): Same idea
	here as with build_mesage(), don't convert th gconf charset
	setting to the iconv name before setting it on the mime part.

	* e-msg-composer.c (best_charset): Now returns a malloc'd string
	bufefr containing the charset that has NOT been converted to the
	iconv name. This is important in order to avoid using the iconv
	charset name which may or may not necessarily be the IANA blessed
	name.
	(composer_get_default_charset_setting): Changed to always return
	the actual value in the settings (eg. don't return the iconv
	name).
	(build_message): Updated for changes to best_charset(). Set the
	actual charset name as the charset param and then get the
	iconv_charset from that. Use iconv_charset everywhere else.
	(get_file_content): Updated for changes to
	get_default_charset_setting().
	(setup_ui): Same.

svn path=/trunk/; revision=25487
2004-04-15 18:55:33 +00:00
6313647810 Changed imap_atom_specials[] to not treat ']' as an atom char (as per
2004-04-15  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-utils.c: Changed imap_atom_specials[]
	to not treat ']' as an atom char (as per rfc3501). Fixes bug
	#50985.

svn path=/trunk/; revision=25485
2004-04-15 16:11:40 +00:00
c692eb0612 Fixes #53903
2004-04-15  JP Rosevear  <jpr@ximian.com>

	Fixes #53903

	* gui/dialogs/meeting-page.c (meeting_page_fill_widgets):
	show/hide add button properly
	(change_clicked_cb): ditto

	* gui/dialogs/comp-editor.c (needs_send_cb): call back when "needs_send"
	(page_changed_cb): use accessor

svn path=/trunk/; revision=25482
2004-04-15 15:45:27 +00:00
ba90e141e1 stop listening to changes since we are just going to save and close
2004-04-15  JP Rosevear  <jpr@ximian.com>

	* gui/dialogs/comp-editor.c (save_comp): stop listening to changes
	since we are just going to save and close
	(save_cmd): remove, its ok since we are toasting menus shortly
	anyhow
	(obj_modified_cb): no need to look at update flag
	(obj_removed_cb): ditto

svn path=/trunk/; revision=25481
2004-04-15 15:11:36 +00:00
1877cabfd1 move the calendar publishing initialization from createControls to main.c
2004-04-15  Gary Ekker  <gekker@novell.com>

	* gui/calendar-component.h: move the calendar publishing initialization
	from createControls to main.c

	* gui/calendar-component.c: (create_controls): Ditto

	* gui/main.c: (initialize): Ditto

	* gui/dialogs/cal-prefs-dialog.c: (url_list_changed): remove a gfree
	that was freeing a before it should have been. Also removed cruft from
	a previous attempt to fix the crash.

svn path=/trunk/; revision=25480
2004-04-15 14:44:20 +00:00
4369b11282 remove "Save" only option
2004-04-15  JP Rosevear <jpr@ximian.com>

	* evolution-comp-editor.xml: remove "Save" only option

svn path=/trunk/; revision=25479
2004-04-15 14:41:20 +00:00
112ecf3dd9 Updated Czech translation.
2004-04-15  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.

svn path=/trunk/; revision=25478
2004-04-15 14:23:12 +00:00
5f33086dd6 added some spacing.
2004-04-15  Rodrigo Moya <rodrigo@ximian.com>

	* gui/dialogs/select-source-dialog.c (select_source_dialog): added some
	spacing.

svn path=/trunk/; revision=25477
2004-04-15 11:24:25 +00:00
93400cff94 use the DTSTART for the recur-id if it's not available.
2004-04-15  Rodrigo Moya <rodrigo@ximian.com>

	* gui/e-calendar-view.c (e_calendar_view_delete_selected_occurrence):
	use the DTSTART for the recur-id if it's not available.

svn path=/trunk/; revision=25476
2004-04-15 11:16:23 +00:00
be6c8af7c8 Translation updated.
2004-04-15  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated.

svn path=/trunk/; revision=25475
2004-04-15 06:02:40 +00:00
675cc414bd fix missing parameters, wow that was a mess.
2004-04-14  Larry Ewing  <lewing@ximian.com>

	* gui/calendar-component.c (selector_tree_drag_motion): fix
	missing parameters, wow that was a mess.

	* gui/dialogs/calendar-setup.glade: add the new "new" dialogs,
	remove the old druids.

	* gui/dialogs/calendar-setup.c (calendar_setup_new_calendar): use
	the new dialogs, colors are still not functional.
	(calendar_setup_new_task_list): use the new dialogs, with no colors.

svn path=/trunk/; revision=25474
2004-04-15 04:53:02 +00:00
33b23bed4b force the info label to update its contents here if the load was
2004-04-14  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook-view.c (book_open_cb): force the info
	label to update its contents here if the load was successful.

	* gui/component/addressbook-migrate.c (migration_context_new): use
	e_book_get_addressbooks instead of getting source_list from the
	component.
	(migration_context_free): unref the source_list.

	* gui/component/addressbook-config.c (dialog_to_source): sync the
	dialog->source_list, since we have it.

svn path=/trunk/; revision=25472
2004-04-15 03:11:22 +00:00
c66ce91f68 rip out tons of functions - they all live in addressbook-view.c now. the
2004-04-14  Chris Toshok  <toshok@ximian.com>

	* gui/component/addressbook.c: rip out tons of functions - they
	all live in addressbook-view.c now.  the only thing left in this
	file is the addressbook_load* calls that do authentication.

	* gui/component/addressbook.h: remove prototypes for
	addressbook_new_control and addressbook_load_uri (it was #if 0'ed
	anyway.)

	* gui/component/addressbook-component.h: remove prototypes for
	_peek_activity_handler and _peek_source_list.

	* gui/component/addressbook-component.c: rip out tons of functions
	- they all live in addressbook-view.c now.
	(impl_createControls): simplify this immensely.  we just create an
	AddressbookView and get the various widgets/controls from it.
	(impl_requestCreateItem): this function loses slightly - it needs
	per-window info (the selected source) but there's no way to get
	it.  So we load the default book.  Also, this uses a synchronous
	e_book call to load the book, which is not good.
	(addressbook_component_peek_source_list): nuke, not used by
	anything anyway.
	(addressbook_component_peek_activity_handler): nuked, not used by
	anything - and it's per-window anyway.

	* gui/component/Makefile.am (libevolution_addressbook_la_SOURCES):
	add addressbook-view.[ch].

	* gui/component/addressbook-view.[ch]: rip out all of the per
	window stuff from addressbook.[ch] and addressbook-component.[ch]
	and put it here.

svn path=/trunk/; revision=25471
2004-04-15 02:14:35 +00:00
4481a42959 Added a new "message_list_scrolled" signal so our users can listen to this
2004-04-14  Jeffrey Stedfast  <fejj@ximian.com>

	* message-list.c: Added a new "message_list_scrolled" signal so
	our users can listen to this event in order to update saved state.
	(message_list_get_scrollbar_position): Simplified.
	(message_list_set_scrollbar_position): Simplified.

svn path=/trunk/; revision=25470
2004-04-14 22:24:56 +00:00
726d0388cf Fixes #56613
2004-04-14  JP Rosevear <jpr@ximian.com>

	Fixes #56613

	* gui/gnome-cal.h: add proto

	* gui/gnome-cal.c (client_cal_opened_cb): key the clients by uid
	(backend_died_cb): ditto
	(gnome_calendar_add_source): ditto
	(gnome_calendar_remove_source): use remove_source_by_uid
	(gnome_calendar_remove_source_by_uid): new function to remove a
	source by uid
	(gnome_calendar_set_default_source): key the clients by uid

	* gui/calendar-component.c (update_task_selection): the source
	could be NULL if the source was deleted rather than unchecked
	(update_primary_task_selection): look at the task source list

svn path=/trunk/; revision=25469
2004-04-14 21:41:21 +00:00
24c56f1757 Set the border widths on the dialog's vbox and action area to be
2004-04-09  Rodney Dawes  <dobey@ximian.com>

	* e-timezone-dialog/e-timezone-dialog.c
	(e_timezone_dialog_construct): Set the border widths on the dialog's
	vbox and action area to be HIG-complaint
	Get rid of the timezone preview widget in here
	Point the internal 'table' to the right widget
	(on_map_motion): Get rid of the extra-hacky code to set the preview
	widget's label to the timezone, now that that widget is gone
	(on_map_leave): Update the comment to not reference the preview
	widget that is now gone
	Get rid of the code to set the preview widget's label to empty string
	* e-timezone-dialog/e-timezone-dialog.glade: Update for HIG-compliance

2004-04-09  Rodney Dawes  <dobey@ximian.com>

	* e-charset-picker.c: Include gtkhbox.h in here to avoid the warnings
	(activate_other):
	(e_charset_picker_dialog): Make these dialogs be more HIG-compliant
	* e-filter-bar.c (do_advanced):
	(menubar_activated): Make these dialogs be more HIG-compliant

svn path=/trunk/; revision=25468
2004-04-14 21:30:54 +00:00
fef9537484 Translation updated by Daniel van Eeden.
2004-04-14  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Daniel van Eeden.

svn path=/trunk/; revision=25467
2004-04-14 21:30:53 +00:00
e83d23e876 Updated Brazilian Portuguese translation done by Gustavo Maciel Dias
2004-04-14  Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>

        * pt_BR.po: Updated Brazilian Portuguese translation done by
        Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>.

svn path=/trunk/; revision=25466
2004-04-14 20:52:26 +00:00
53e80d0a7b Use %F instead of %S so that the folder name gets properly converted from
2004-04-14  Jeffrey Stedfast  <fejj@ximian.com>

	* providers/imap/camel-imap-store.c
	(imap_check_folder_still_extant): Use %F instead of %S so that the
	folder name gets properly converted from using '/' path delimeters
	to whatever the native character the server uses. Should fix bug
	#56715.

svn path=/trunk/; revision=25465
2004-04-14 18:19:33 +00:00
ca60f3518a Don't complain about message errors ("Internal Error: ..."), instead
2004-04-14  Jeffrey Stedfast  <fejj@ximian.com>

	* em-format.c: Don't complain about message errors ("Internal
	Error: ..."), instead silently fall back to display the message as
	source. Fixes bug #56876.

svn path=/trunk/; revision=25464
2004-04-14 17:58:23 +00:00
fea1c47a57 Don't add an autogen signature if the new signature is the autogen
2004-04-13  Jeffrey Stedfast  <fejj@ximian.com>

	* e-signature-list.c (gconf_signatures_changed): Don't add an
	autogen signature if the new signature is the autogen signature.

svn path=/trunk/; revision=25463
2004-04-14 17:29:15 +00:00
c638a551a2 Fixes #56553
2004-04-14  JP Rosevear <jpr@ximian.com>

	Fixes #56553

	* importers/icalendar-importer.c (prepare_events): don't double
	free or continue, we need to move to the next item
	 (prepare_tasks): don't continue, move to the next item

svn path=/trunk/; revision=25462
2004-04-14 15:56:48 +00:00
a133c16ccf differentiate between user cancellation and no importer (next_file_page):
2004-04-14  JP Rosevear <jpr@ximian.com>

	* e-shell-importer.c (get_iid_for_filetype): differentiate between
	user cancellation and no importer
	(next_file_page): don't throw up a dialog if the user cancelled
	the selection process

svn path=/trunk/; revision=25461
2004-04-14 15:46:33 +00:00
f10397cffa don't unref the dialog, destroy it properly
2004-04-14  JP Rosevear <jpr@ximian.com>

	* e-shell-importer.c (start_import): don't unref the dialog,
	destroy it properly

svn path=/trunk/; revision=25460
2004-04-14 15:10:55 +00:00