aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/autocompletion-config.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 5661aea81c..cd0cb3c2f2 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2004-07-20 JP Rosevear <jpr@novell.com>
+
+ * gui/component/autocompletion-config.c
+ (autocompletion_config_control_new): don't set the toggle
+ selection
+
2004-07-16 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (contact_added_cb)
diff --git a/addressbook/gui/component/autocompletion-config.c b/addressbook/gui/component/autocompletion-config.c
index c33505b9e4..2258f3398b 100644
--- a/addressbook/gui/component/autocompletion-config.c
+++ b/addressbook/gui/component/autocompletion-config.c
@@ -35,6 +35,7 @@
#include <libedataserver/e-source-list.h>
#include <libgnome/gnome-i18n.h>
#include <gtk/gtkscrolledwindow.h>
+#include <gtk/gtktreeselection.h>
#include <gtk/gtkwidget.h>
#include <gtk/gtksignal.h>
@@ -130,8 +131,7 @@ autocompletion_config_control_new (void)
GTK_SHADOW_IN);
ac->control_widget = e_source_selector_new (ac->source_list);
- e_source_selector_set_toggle_selection((ESourceSelector *)ac->control_widget, TRUE);
-
+
gtk_container_add (GTK_CONTAINER (scrolledwin), ac->control_widget);
initialize_selection (ac);
insertions'>+23 * [Win32] Instead of %l (which is a GNU extension not implemented in theTor Lillqvist2006-04-112-0/+37 * Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-132-1/+10 * Upstreaming Olaf Hering's patch to use signed chars.Harish Krishnaswamy2006-02-092-1/+6 * Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-089-16/+28 * accept SVGs for stock icons. Fixes bug 304417.Benjamin Berg2006-02-073-0/+7 * removed.Harry Lu2006-01-112-52/+4 * fixes a build break.Chenthill Palanisamy2006-01-112-1/+6 * Delete e_mkdir_hier(), and use e_util_mkdir_hier() instead of it.Simon Zheng2006-01-105-200/+28 * removed. Merged to evolution-data-server/libedataserver/. remove aboveSimon Zheng2006-01-066-1756/+6 * e-plugin.c (epl_construct) [Win32] The interface ofTor Lillqvist2006-01-053-4/+14 * Don't eventually free a return value from xmlGetProp() with g_free().Tor Lillqvist2006-01-022-5/+24 * Committing the calendar publishing patch.Chenthill Palanisamy2005-12-193-0/+69 * Silence unused variable warning.Tor Lillqvist2005-12-182-1/+9 * Nah, don't include <libedataserver/e-xml-utils.h> here. Just edit theTor Lillqvist2005-12-182-4/+0 * For building on Win32 against GTK+ 2.8, include a copy of theTor Lillqvist2005-12-183-0/+1978 * Remove these functions that are now in libedataserver/e-xml-utils.cTor Lillqvist2005-12-183-94/+8 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-182-20/+55 * Use e_xml_parse_file() and e_xml_save_file() instead of using libxmlTor Lillqvist2005-12-172-6/+10 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-21/+17 * Use GLib API where applicable for portability.Tor Lillqvist2005-12-172-29/+31 * e-error.c Use gstdio wrappers. Use GDir instead of dirent.Tor Lillqvist2005-12-174-33/+42 * Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS.Tor Lillqvist2005-12-172-2/+3 * e-util-private.h (fsync) Don't bother with a Win32 implementation ofTor Lillqvist2005-12-173-32/+8 * Remove dead files. ReferHarish Krishnaswamy2005-12-1316-2747/+0 * Patch from Irene Huang <Irene.Huang@sun.com>.Veerapuram Varadhan2005-12-137-22/+39 * prefix the wrapper functions with e - do not use g lest it is assumed toHarish Krishnaswamy2005-12-093-8/+15 * Use g_get_tmp_dir() instead of hardcoding /tmp.Tor Lillqvist2005-11-264-9/+80 * e-dialog-utils.c Conditionalize X11 specific code on GDK_WINDOWING_X11.Tor Lillqvist2005-11-263-2/+10 * Conditionalize X11 stuff on GDK_WINDOWING_X11.Tor Lillqvist2005-11-262-2/+17 * Sort the stuff in the Win32 part for clarity. Add some new run-timeTor Lillqvist2005-11-254-71/+132 * modified e_categories_config_get_icon_for to have a g_object_unref for theChenthill Palanisamy2005-11-092-0/+8 * Commiting the patch for showing menu items in calendar attachment bar.Chenthill Palanisamy2005-10-183-8/+119 * dded case insensitive compare support etable, and using it for OrganizationSushma Rai2005-10-043-0/+20 * Use g_get_current_time() instead of gettimeofday() for portability.Tor Lillqvist2005-09-282-1/+7 * Use g_ascii_strncasecmp() instead of strncasecmp(). We are comparing toTor Lillqvist2005-09-282-11/+18 * cast warning, good ol win32 patches. (e_strftime): fix some clahey-code toNot Zed2005-08-247-13/+35 * e-plugin.c (ep_set_enabled): Fix compiler warning on early bailoutDavid Malcolm2005-08-232-1/+6 * fixed a typo: s/occured/occurred/gJens Seidel2005-08-221-1/+1 * Use g_get_charset() on Win32 to get locale charset. Free return value fromTor Lillqvist2005-08-182-0/+14 * Use g_win32_getlocale() to get locale on Win32. (setlocale() returnsTor Lillqvist2005-08-102-1/+20 * Pass also EVOLUTION_SYSCONFDIR, EVOLUTION_DATADIR and EVOLUTION_LIBDIR.Tor Lillqvist2005-08-104-4/+41 * Handle also EVOLUTION_LIBEXECDIR, EVOLUTION_SOUNDDIR andTor Lillqvist2005-08-102-0/+11 * Use privsolib instead of privlib. On Unix they are the same, on Win32Tor Lillqvist2005-08-103-2/+23 * Added a doc commentMichael Zucci2005-07-141-0/+7 * Merge back eplugin-import-branch.Michael Zucci2005-07-124-84/+103 * added a idle handler that calls ec_rebuild after callback operations areVivek Jain2005-07-112-2/+34 * 2005-07-10 Shreyas SrinivasanShreyas Srinivasan2005-07-105-3/+81 * Added widgets in INCLUDES.Kaushal Kumar2005-06-233-3/+5 * Makefile.am e-util-private.h Use EVOLUTION_IMAGESDIR and notTor Lillqvist2005-06-184-8/+27 * Makefile.am (INCLUDES) Add EVOLUTION_ETSPECDIR.Tor Lillqvist2005-06-184-2/+10 * Makefile.am (INCLUDES) Add EVOLUTION_HELPDIR. Remove undefinedTor Lillqvist2005-06-184-3/+11 * Use bootstrap library for libemisdwidgets. Code here usesTor Lillqvist2005-06-184-17/+69 * Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-1713-26/+105 * Added functions to show busy cursor. Add the filesSrinivasa Ragavan2005-06-084-0/+109 * Removed, these are now implemented as a plugin.Not Zed2005-05-256-317/+238 * Initial, and un-finished work on importer plugin hooks.Not Zed2005-05-194-0/+908 * added e-error.[ch], removed e-error-tool, and added e-system.error.xmlNot Zed2005-05-166-146/+721 * if we have a factory method supplied, call that as well. More flexibleNot Zed2005-05-133-2/+17 * undefine e_profile_event_emit if we are compiled without profiling. TheNot Zed2005-05-033-2/+24 * This method is a no-op if we are building without ENABLE_PROFILE defined,Rodney Dawes2005-05-032-4/+6 * Braino.Tor Lillqvist2005-04-291-1/+1 * Port to Windows, initial commit:Tor Lillqvist2005-04-2910-59/+259 * A profiling plugin hook.Not Zed2005-04-286-1/+305 * We should set the title of the window.Mengjie Yu2005-04-282-0/+8 * Added new receipt_policy field to servicesERDI Gergo2005-04-083-1/+74 * ** See bug #73550 (related for config pages)Not Zed2005-03-162-10/+23 * Remove/disable debug.Not Zed2005-03-045-20/+21 * Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-244-1024/+8 * ** See bug #61363 & mail/ChangeLogNot Zed2005-02-212-9/+38 * completely rewritten. Simpler and more robust.Not Zed2005-02-192-83/+180 * If the plug-in is not enabled, do nothingRodney Dawes2005-02-142-0/+7 * Don't let the 'id' field, which identifies the target menu/whatever, to beNot Zed2005-02-074-0/+23 * Set the border widths for the dialog containers to be HIG compliant FixRodney Dawes2005-02-052-2/+12 * add a11y description for the entry.Mengjie Yu2005-01-272-1/+8 * add gal-a11y-e-cell-vbox.h and gal-a11y-e-cell-vbox.cLi Yuan2005-01-271-0/+1 * If the plugin isn't enabled, return TRUE so that the suer doesn't getJeffrey Stedfast2005-01-273-2/+11 * Fixes #46404JP Rosevear2005-01-224-0/+146 * removed e-url.[ch], which are now in libedataserver.Rodrigo Moya2005-01-184-400/+5 * dont' use '%.*s' for truncating string output.Not Zed2005-01-122-1/+8 * fix parsing of query stringJP Rosevear2005-01-102-2/+5 * set the dialog's parent.Rodrigo Moya2005-01-082-0/+7 * use the new ECategoriesDialog in libedataserverui.Rodrigo Moya2005-01-082-10/+9 * Add the GTK_DIALOG_NOSEPARATOR flag, and set appropriate border widthsRodney Dawes2005-01-072-1/+14 * use the base name only, so if a full path is passed to us we still writeJP Rosevear2005-01-062-2/+11 * removed most of the API. The rest will be removed as the GAL dependenciesRodrigo Moya2005-01-053-114/+15 * include config.h.Not Zed2004-12-224-4/+34 * Fixes #30992JP Rosevear2004-12-222-1/+8 * convert to G_DEFINE_TYPEJP Rosevear2004-12-213-37/+33 * kill warning if we can't open the path.Not Zed2004-12-082-1/+6 * set the table spacings to 6 for generated tables.Not Zed2004-12-062-7/+32 * revert the patch from chenthill, this wont work yet.Not Zed2004-12-032-4/+6 * removed, code moved into camel-net-utils.[ch].Not Zed2004-12-0320-5433/+18 * add mnemonic for label. add description for password dialog.Mengjie Yu2004-12-013-1/+10 * get the image directly from the icon factoryJP Rosevear2004-11-267-80/+99 * add protoJP Rosevear2004-11-263-2/+26 * Set the row and column spacings as tweleve while creating the table toChenthill Palanisamy2004-11-252-1/+9 * if the plugin fails to load just disable it, don't unref it (it may beNot Zed2004-11-192-7/+10 * split out module loadng code. (epl_construct): if we're enabled, andNot Zed2004-11-182-20/+53 * added helper api to list all plugins. (ep_construct): load authors intoNot Zed2004-11-033-11/+148 * ** See bug #68787Not Zed2004-11-022-30/+47 * revert the last change.Not Zed2004-10-282-5/+6 * set the default row/col spacings of the table.Not Zed2004-10-282-1/+9 * check for empty trailing sections/pages after we exit the main loop.Not Zed2004-10-204-5/+38 * convert to org.gnome hook namesJP Rosevear2004-10-207-24/+29 * Use "%s" as the formatter argument and msg->prompt as a printf-styleJeffrey Stedfast2004-10-142-1/+7 * (untested, it compiles!).Not Zed2004-10-123-0/+38 * new method to create a targetless popup menu.Not Zed2004-10-123-0/+26 * fix typoJP Rosevear2004-10-082-1/+5 * handle wrong root element properly. From David TrowbridgeNot Zed2004-10-082-2/+10 * Fix the function pointer types!Not Zed2004-10-072-2/+4 * noop if we're disabled, and do some lifecycle stuff now, callNot Zed2004-10-073-5/+39 * show the toplevel notebook if we had to create one, always.Not Zed2004-10-075-70/+234 * only take one mask parameter, and implement EPopupItem->enable to do whatNot Zed2004-10-073-21/+52 * Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-2016-48/+6565 * return cancelled if we're in an offline state.Not Zed2004-08-303-0/+28 * updated from libegg.Rodrigo Moya2004-08-273-62/+206 * Don't call gtk_dialog_set_has_separator on Gtk Message Dialog with GTK+ >=Frédéric Crozat2004-08-253-0/+12 * include gtkdialog.h rather than gnome-dialog.h.Rodrigo Moya2004-08-142-1/+5 * Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-132-11/+52 * ** See bug #61840, and others.Not Zed2004-08-123-214/+560 * We must return TRUE here so that things actually get removed from the listRodney Dawes2004-08-102-0/+7 * connect to "changed" signal on the GnomeIconTheme object.Rodrigo Moya2004-08-062-2/+20 * Fixes #62030Rodrigo Moya2004-08-052-4/+13 * find the source with the pilot-sync property (e_pilot_set_sync_source):JP Rosevear2004-08-036-225/+62 * include config.h. See #61395.Not Zed2004-07-222-0/+8 * debugify a few more printfsDan Winship2004-07-141-3/+3 * un-const the return values, since they need to be freed (d): turn offDan Winship2004-07-143-10/+16 * [ fixes #60691 ]Chris Toshok2004-07-034-7/+20 * If the icon_name is an abolute path, just load it.Dan Winship2004-06-032-6/+17 * use statvfs if available. Should make it actually work, if not portable.Not Zed2004-06-012-6/+25 * Require e-error-toolRodney Dawes2004-05-282-1/+5 * add e-error-toolDan Winship2004-05-271-0/+1 * doh. need to append ".png" to the icon filenames when falling back on looking...Jeffrey Stedfast2004-05-201-2/+2 * Lots of re-working action. We no longer load a pixbuf for each and everyJeffrey Stedfast2004-05-203-98/+186 * We always have GnomeIconTheme nowadays, get rid of the old unused code.Jeffrey Stedfast2004-05-192-55/+29 * New #define aliases for common icon usage cases where it may not beJeffrey Stedfast2004-05-181-0/+8 * New function to clean up the cached icons.Jeffrey Stedfast2004-05-131-0/+1 * *** empty log message ***Jeffrey Stedfast2004-05-132-9/+27 * Tool to do i18n string extraction for error xml files.Not Zed2004-05-128-584/+343 * Removed. This is covered by gnome_i18n_get_language_list, which is moreNot Zed2004-05-054-101/+5 * Make this work for non-stock icons too.Dan Winship2004-04-302-1/+8 * make sure we unlock if we fail to find an icon.Not Zed2004-04-222-0/+6 * Remove the warnings about using E_ICON_SIZE enums.Jeffrey Stedfast2004-04-211-1/+2 * *** empty log message ***Jeffrey Stedfast2004-04-212-2/+4 * Make thread-safe. Fixes a crash I encountered this morning.Jeffrey Stedfast2004-04-213-182/+179 * Add an enum for icon sizes (temporarily has absolute pixel sizes assignedJeffrey Stedfast2004-04-202-5/+20 * Add e-icon-factory.[ch] Use the icon theme via EIconFactory MoveMichael Terry2004-04-195-11/+344 * Don't add an autogen signature if the new signature is the autogenJeffrey Stedfast2004-04-152-11/+12 * Implemented a similar workaround to the one I did for a gethostbyaddr_r()Jeffrey Stedfast2004-04-142-1/+20 * Really fixes bug #56623Jeffrey Stedfast2004-04-133-6/+32 * If we fail to set a sig_uid then try to extract the old style signature idJeffrey Stedfast2004-04-103-1/+21 * If the autogen signature isn't in the list (or isn't the first in theJeffrey Stedfast2004-04-102-0/+31 * simplified a tadJeffrey Stedfast2004-04-081-9/+10 * Probably fixes bug #56623 and others?Jeffrey Stedfast2004-04-072-11/+24 * Fixed to not ignore signatures without uids (e.g. signatures that wereJeffrey Stedfast2004-04-062-18/+25 * Always set a format prop so that 1.4 and older 1.5 versions won't strcmp()Jeffrey Stedfast2004-04-022-0/+8 * Reference signatures by their UID rather than by an integer id. AlsoJeffrey Stedfast2004-04-023-17/+16 * New class similar to EAccount but for signatures.Jeffrey Stedfast2004-04-016-0/+955 * similar to below.Not Zed2004-03-313-4/+11 * Added options for transport_url and source_url permissions.Not Zed2004-03-182-9/+12 * added interface to find out if various fields or server options areNot Zed2004-03-183-10/+288 * Remove separator from dialogs per HIG.William Jon McCann2004-03-104-0/+12 * Added some debug stuff.Not Zed2004-03-042-2/+8 * ** See Bug #37329.Not Zed2004-03-032-124/+109 * Protect against feeding gdk_pixbuf_new_from_file() a NULL path. Clears upJeffrey Stedfast2004-02-262-1/+10 * include string.h, fixes 64 bit crash. From David Mosberger.Not Zed2004-02-192-0/+6 * add callto:, h323:, and webcal: schemes.Chris Toshok2004-02-042-1/+9 * use g_file_test instead of stat and pass the type e_folder_map_dir whenJP Rosevear2004-01-272-3/+7 * turn off debuggingJP Rosevear2004-01-252-1/+5 * use GDir/g_build_filename, and g_file_test. (e_folder_map_local_folders):Chris Toshok2004-01-252-30/+35 * build new sourcesJP Rosevear2004-01-244-0/+232 * don't build dead filesJP Rosevear2004-01-214-323/+6 * New source files for mapping bonobo-conf keys to gconf keys. Moved out ofJeffrey Stedfast2004-01-155-1/+654 * A time-based thread-safe in-memory cache thing. Called em_cache 'causeNot Zed2004-01-143-0/+237 * Fix from Zan Lynx <zlynx@acm.org> to lock the memchunk before freeing theNot Zed2004-01-052-0/+12 * Remove hard coded disable deprecated flagsJP Rosevear2003-12-072-1/+4 * Bug Id #51527 "gal widgets produces backspace for Ctrl-space for japaneseSuresh Chandrasekharan2003-12-021-0/+4 * remove gtk deprecated flagJP Rosevear2003-11-242-1/+4 * remove db3 library, if you really want it, get it from e-d-sJP Rosevear2003-11-196-500/+6 * don't build the e-source stuff anymore, its in e-d-s nowJP Rosevear2003-11-159-2413/+5 * config accessor (calendar_config_set_calendars_selected): dittoJP Rosevear2003-11-154-51/+59 * Fixes 45776 enable the usage of the "alt".Andrew Wu2003-11-141-0/+2 * Removed. No longer used by evolution except via evolution-data-server.Dan Winship2003-11-0813-1885/+17 * remove build sources from distJP Rosevear2003-11-072-0/+7 * make sure the marshal header and source are in the source listJP Rosevear2003-11-072-1/+6 * Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-9/+4 * Don't compress trailing slashes in URI elements.Hans Petter Jansson2003-11-012-3/+20 * add encrypt_key id, and change some of the names around to be moreNot Zed2003-10-313-12/+30 * If the system defines AI_ADDRCONFIG, set this flag on the hints.ai_flagsJeffrey Stedfast2003-10-252-2/+13 * add $(DB3_LDADD)Dan Winship2003-10-242-0/+7 * Gone; unused since 1.2Dan Winship2003-10-223-85/+2 * Gone; nothing in evo uses soup any more.Dan Winship2003-10-224-136/+7 * Merge new-ui-branch into the trunk.Ettore Perazzoli2003-10-2216-27/+2646 * (pilot_compile) [! ENABLE_PILOT_CONDUITS]: AddEttore Perazzoli2003-10-212-1/+6 * IPv6 implementation rewritten to use getnameinfo() which is the properJeffrey Stedfast2003-09-272-44/+11 * Make sure that res->ai_canonname is non-NULL and that it doesn't match theJeffrey Stedfast2003-09-262-1/+38 * Remove libeutil-static.la and libeconduit-static.laDan Winship2003-08-293-16/+8 * Added for tray icon support. To be removed when libgnomeui sports thisHans Petter Jansson2003-08-294-0/+426 * We need to unlink the full paths in the tmpdirs, not just the base path.Jeffrey Stedfast2003-08-282-6/+13 * Removed illegal '-'s from strptime msgstr, this fixes #43558, AppointmentSuresh Chandrasekharan2003-08-212-4/+23 * Fix for 47474 e_filename_make_safe routine not utf8 friendly.Suresh Chandrasekharan2003-08-211-5/+12 * check pthread_create return code properly. (e_mutex_lock): check pthread*Not Zed2003-08-122-12/+24 * add a flag for non-url chars (controls, whitespace, ", and |)Dan Winship2003-08-052-17/+130 * Fix for #46168 some additional locale aliases required for chinese supportSuresh Chandrasekharan2003-07-291-0/+4 * Reverted unwanted commitRodrigo Moya2003-07-241-2/+0 * just preload one level of GConf keys, since preloading all makes theRodrigo Moya2003-07-243-1/+8 * Use EVO_MARSHAL_RULEDan Winship2003-07-242-17/+3 * Fix a non-ANSI switch label.Dan Winship2003-07-234-4/+18 * encode the text (e_xml_from_hash): pass xmlDoc to foreach methodJP Rosevear2003-07-172-9/+31 * check null after conversions. (e_utf8_strftime_fix_am_pm): ditto. fixesMike Kestner2003-07-091-8/+38 * New function to return an icon for a MIME type, using GnomeIconTheme ifDan Winship2003-07-033-0/+99 * don't leak an extra copy of the valuesDan Winship2003-06-202-0/+6 * Fixed typo in BIG5HKSCSSuresh Chandrasekharan2003-06-201-2/+2 * free word before breaking out of the loop.Larry Ewing2003-06-152-1/+8 * use GCONF_CLIENT_PRELOAD_RECURSIVE when adding watched directories toRodrigo Moya2003-06-132-1/+6 * Free the fail_states array.Jeffrey Stedfast2003-06-132-0/+5 * Put the ChangeLog.pre-1-4 in the Makefiles.Ettore Perazzoli2003-06-131-1/+4