aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-quick-add.c
Commit message (Expand)AuthorAgeFilesLines
* [ fixes #27521 ] always unref the contact editor when we get theChris Toshok2002-09-281-3/+3
* [ fixes the other half of #17336 ] parse the name when we're asked to setChris Toshok2002-09-121-6/+9
* change to EBookCallback signature, and unref the book.Chris Toshok2001-10-281-5/+20
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Fix memory leak.Jon Trowbridge2001-10-211-0/+1
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-2/+2
* Make "stop" do nothing but set the stopped flag, as inJon Trowbridge2001-09-151-1/+0
* Paranoia. Check that name != qa->name. (quick_add_set_email): Check thatJon Trowbridge2001-08-301-10/+29
* Check that name != NULL before we start messing with it. (Fixes bug #7329)Jon Trowbridge2001-08-161-9/+11
* Remove single- or double-quotes from names before sticking them into theJon Trowbridge2001-08-111-5/+17
* mark the dialog as changed so the save button is immediately available.Chris Toshok2001-08-091-0/+5
* better to assume that we can write to the local addressbook than that weChris Toshok2001-08-091-1/+1
* rename ce_book_found_fields to this, remove the fetching of fields (theChris Toshok2001-06-201-31/+18
* Serious de-crufting, removal of gtk_object_set_data() hacks, simplified byJon Trowbridge2001-06-191-118/+139
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-091-1/+2
* Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-221-6/+20
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-1/+9
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-161-0/+1
* add is_read_only param.Chris Toshok2001-03-131-1/+1
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-58/+160
* Added the third argument to e_contact_editor_new. (Cheated and send NULLBenjamin Kahn2001-03-071-1/+1
* Fix a reference counting bug.Jon Trowbridge2001-03-061-0/+282