evolution r34421 - in trunk/addressbook: . gui/contact-editor gui/contact-list-editor gui/merging gui/widgets importers printing util



Author: kmaraas
Date: 2007-10-24 15:11:25 +0100 (Wed, 24 Oct 2007)
New Revision: 34421
ViewCVS link: http://svn.gnome.org/viewcvs/evolution?rev=34421&view=rev

Modified:
   trunk/addressbook/ChangeLog
   trunk/addressbook/gui/contact-editor/e-contact-editor-address.c
   trunk/addressbook/gui/contact-editor/e-contact-editor-fullname.c
   trunk/addressbook/gui/contact-editor/e-contact-editor-im.c
   trunk/addressbook/gui/contact-editor/e-contact-editor.c
   trunk/addressbook/gui/contact-list-editor/e-contact-list-model.c
   trunk/addressbook/gui/merging/eab-contact-merging.c
   trunk/addressbook/gui/widgets/e-minicard.c
   trunk/addressbook/gui/widgets/eab-config.c
   trunk/addressbook/gui/widgets/eab-gui-util.c
   trunk/addressbook/gui/widgets/eab-menu.c
   trunk/addressbook/gui/widgets/eab-popup.c
   trunk/addressbook/importers/evolution-csv-importer.c
   trunk/addressbook/printing/e-contact-print-style-editor.c
   trunk/addressbook/printing/test-contact-print-style-editor.c
   trunk/addressbook/printing/test-print.c
   trunk/addressbook/util/eab-book-util.c
Log:
2007-10-23  Kjartan Maraas  <kmaraas gnome org>

	* 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-editor/e-contact-editor.c: (save_contact),
	(app_delete_event_cb), (e_contact_editor_set_property),
	(e_contact_editor_create_date):
	* gui/contact-list-editor/e-contact-list-model.c:
	(e_contact_list_model_new):
	* gui/merging/eab-contact-merging.c: (mergeit), (response):
	* gui/widgets/e-minicard.c: (e_minicard_event), (add_field),
	(get_email_location), (add_email_field), (remodel),
	(e_minicard_reflow), (e_minicard_compare):
	* gui/widgets/eab-config.c: (eab_config_new):
	* gui/widgets/eab-gui-util.c: (eab_load_error_dialog),
	(file_exists), (save_it), (contact_added_cb),
	(eab_send_to_contact_and_email_num_list):
	* gui/widgets/eab-menu.c: (eab_menu_new):
	* gui/widgets/eab-popup.c: (eab_popup_new):
	* importers/evolution-csv-importer.c: (parseLine),
	(getNextCSVEntry):
	* printing/e-contact-print-style-editor.c:
	* printing/test-contact-print-style-editor.c:
	* printing/test-print.c:
	* util/eab-book-util.c: (eab_get_config_database):

	Warning fixes:
	- mixing code and declarations
	- NULL vs 0 vs FALSE/TRUE
	- mark code static
	- some coding style fixes
	- if vs ifdef
	- Remove some unused bits
	- ANSIfication of declarations




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