aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-05-26 02:56:25 +0800
committerChris Lahey <clahey@src.gnome.org>2001-05-26 02:56:25 +0800
commit03df6fccdefe8b11215183bf4dcfef71eef2290c (patch)
treec0e67e591a087e22dd3103640de37d4c1006ee6f /addressbook
parent870ddbe4d271bdd0f7b3b33192c66f84c6c41e91 (diff)
downloadgsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.gz
gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.tar.zst
gsoc2013-evolution-03df6fccdefe8b11215183bf4dcfef71eef2290c.zip
Correct the height calculation here to not include the
2001-05-25 Christopher James Lahey <clahey@ximian.com> * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height): Correct the height calculation here to not include the E_CARD_SIMPLE_FIELD_FAMILY_NAME since it won't be displayed. * gui/widgets/e-minicard.c (remodel): Changed this to continue to be more consistent and simpler. svn path=/trunk/; revision=9992
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog9
-rw-r--r--addressbook/gui/widgets/e-addressbook-reflow-adapter.c4
-rw-r--r--addressbook/gui/widgets/e-minicard.c2
3 files changed, 14 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f9958c8aea..462db8c4aa 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,12 @@
+2001-05-25 Christopher James Lahey <clahey@ximian.com>
+
+ * gui/widgets/e-addressbook-reflow-adapter.c (addressbook_height):
+ Correct the height calculation here to not include the
+ E_CARD_SIMPLE_FIELD_FAMILY_NAME since it won't be displayed.
+
+ * gui/widgets/e-minicard.c (remodel): Changed this to continue to
+ be more consistent and simpler.
+
2001-05-23 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-ldap.c (view_destroy): fix strings such
diff --git a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
index f4e6b4cbfc..dc767c142d 100644
--- a/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
+++ b/addressbook/gui/widgets/e-addressbook-reflow-adapter.c
@@ -284,6 +284,10 @@ addressbook_height (EReflowModel *erm, int i, GnomeCanvasGroup *parent)
g_free(string);
for(field = E_CARD_SIMPLE_FIELD_FULL_NAME; field != E_CARD_SIMPLE_FIELD_LAST - 2 && count < 5; field++) {
+
+ if (field == E_CARD_SIMPLE_FIELD_FAMILY_NAME)
+ continue;
+
string = e_card_simple_get(simple, field);
if (string && *string) {
int this_height;
diff --git a/addressbook/gui/widgets/e-minicard.c b/addressbook/gui/widgets/e-minicard.c
index 98a12f4983..167e977d12 100644
--- a/addressbook/gui/widgets/e-minicard.c
+++ b/addressbook/gui/widgets/e-minicard.c
@@ -760,7 +760,7 @@ remodel( EMinicard *e_minicard )
EMinicardField *minicard_field = NULL;
if (field == E_CARD_SIMPLE_FIELD_FAMILY_NAME)
- field ++;
+ continue;
if (list)
minicard_field = list->data;
sd-ports-gnome/commit/x11-themes?h=gnome-3.24&id=c1d01d39473954db91a3b4dee06862e0cf571eba'>Update to 2.3lioux2007-12-212-4/+4 * - Unbreakmiwi2007-12-171-3/+8 * Update to 2.2lioux2007-12-162-4/+4 * Tenr Fluxbox themes packmiwi2007-12-155-0/+7312 * - Mark for removal in one monthpav2007-12-141-0/+3 * Update to 20071213ehaupt2007-12-134-155/+327 * Take over maintainership of all kde-icons-* ports unless otherwiselioux2007-12-131-1/+1 * Update to 2.20.2.mezz2007-12-122-6/+5 * o New port kde-icons-nuoveXT2 version 2.2: KDE nuoveXT 2 iconsetlioux2007-12-125-0/+34 * o New port kde-icons-nuoveXT version 1.6: KDE nuoveXT iconsetlioux2007-12-125-0/+34 * o New port kde-icons-os-k version 1.15: KDE OS-K iconsetlioux2007-12-125-0/+53 * o New port kde-icons-vista-inspirate version 1.0: KDE Vista Inspiratelioux2007-12-125-0/+36 * o New port kde-icons-exquisite version 0.2004081000: KDE Exquisite iconsetlioux2007-12-125-0/+48 * o New port kde-icons-dark-glass version 2.1: KDE Dark Glass iconsetlioux2007-12-125-0/+33 * o New port kde-icons-crystal-project version 0.2007052000: KDElioux2007-12-125-0/+41 * o New port kde-icons-black-and-white version 2.0.a: KDE Black Andlioux2007-12-125-0/+33 * o Fix: make fetchable againlioux2007-12-122-9/+6 * Fix fetchinglioux2007-12-122-6/+4 * Removed port x11-themes/kde-icons-gorilla_svg: Unfetchablelioux2007-12-1213-122/+0 * - s/GNUStep.sh/GNUstep.sh/ on install-user: and deinstall-user:garga2007-11-141-2/+2 * - Fix build with gcc 4.2miwi2007-11-142-7/+76 * Chase the icon-naming-utils update.marcus2007-10-308-29/+242 * Update to 0.8.6.marcus2007-10-302-4/+4 * Update to KDE 3.5.8lofi2007-10-306-8/+20 * Update to version 1.0.2markus2007-10-304-8/+8 * Don't create lib/locale dirahze2007-10-291-0/+2 * - Fix a typo in bsd.sites.mk along with all the places it affectedsat2007-10-262-2/+2 * Mark as broken: fails to fetch.linimon2007-10-262-0/+4 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2560-1883/+6093 * Add audacious-skins, a collection of audacious skins.ehaupt2007-10-145-0/+113 * - Sort category Makefilessat2007-10-061-1/+1 * - Update to 2.2.3miwi2007-10-062-6/+4 * Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1 * Give this one an expiration date: its plist is broken, and it's notlinimon2007-10-031-1/+3 * New Port: x11-theme/cursor-crystal-theme KDE crystal style cursor themeedwin2007-10-015-0/+579 * Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-2/+2 * - Update to 0.5.2.araujo2007-09-053-49/+64 * Tell the subdir of local master site.itetcu2007-08-241-0/+1 * Put the DISTFILE on MATER_SITE_LOCAL to fix fetch.itetcu2007-08-171-1/+2 * Homepage disappeared, mirrored on MASTER_SITE_LOCAL.laszlof2007-08-071-3/+2 * Update to 0.0.8ahze2007-08-062-4/+4 * BROKEN: Unfetchablekris2007-07-292-0/+4 * With portmgr hat, reset maintainership; the various ports that depend onlinimon2007-07-221-1/+1 * - Add backup download locationpav2007-07-221-1/+3 * - Unbreak: make fetchablepav2007-07-222-10/+5 * Update to 0.0.7ahze2007-07-042-5/+4 * Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-044-8/+6 * Update to 2.18.3.mezz2007-07-033-6/+11 * Update to 1.0.4itetcu2007-06-184-10/+8 * - Remove FreeBSD 4.x stuff.mezz2007-06-155-9/+113 * - Update to 1.0.1miwi2007-06-154-24/+10 * BROKEN: Checksum mismatchkris2007-06-151-0/+2 * Reset filippo.natali@gmail.com, who is very short on free time right now.linimon2007-06-064-4/+4 * - Update MASTER_SITESmiwi2007-06-041-1/+1 * Fix objformat handling. Unbreak on -CURRENT.philip2007-06-031-4/+3 * Update to 2.10.2.mezz2007-05-293-5/+12 * BROKEN with gcc 4.2kris2007-05-261-1/+7 * Remove BROKENess by pointing to a different master-siteedwin2007-05-252-4/+2 * - update for gnustep-make-2.0.0dinoex2007-05-254-3/+6 * BROKEN: Incorrect pkg-plistkris2007-05-251-0/+2 * BROKEN: Unfetchablekris2007-05-252-0/+4 * - Welcome X.org 7.2 \o/.flz2007-05-20145-188/+840 * - Update to 1.3.8miwi2007-05-022-5/+4 * - Update to 1.0.3miwi2007-05-024-10/+8 * - Update to 2.2.2miwi2007-05-022-5/+4 * - Update to 1.1.3miwi2007-04-303-6/+5 * Add nimbus, GNOME theme from Sun Microsystemsahze2007-04-295-0/+2905 * BROKEN on 7.0: Incorrect objformat handlingkris2007-04-222-1/+11 * BROKEN: Incorrect objformat handlingkris2007-04-221-1/+7 * BROKEN on amd64: Does not compilekris2007-04-221-0/+4 * BROKEN: Changes ownership on installed filekris2007-04-221-0/+2 * - Update to 0.52miwi2007-04-212-4/+4 * update xfce to 4.4.1oliver2007-04-124-11/+8 * Update to 2.10.1bland2007-04-113-4/+21 * Update to 2.18.1.marcus2007-04-113-11/+4 * 2007-04-10 x11-themes/kde-icons-wasp: Unfetchablemiwi2007-04-119-94/+0 * Now appears to buildkris2007-03-301-4/+0 * Point to project's sourceforge location for distfiletmclaugh2007-03-302-6/+8 * - Fix after objformat removalpav2007-03-2811-0/+15 * Add an explicit dependency on gtk20 to get GTK2_VERSION definedarved2007-03-271-0/+1 * Fix RUN_DEPENDS line after changes in qtpixmap portarved2007-03-271-1/+1 * Portlint:mezz2007-03-271-1/+2 * - Fix after objformat removalpav2007-03-242-6/+3 * Don't create lib/locale directoryarved2007-03-231-1/+1 * - Update for objformat removalahze2007-03-221-0/+1 * define USE_XFCE to get MASTER_SITE_SUBDIR definedoliver2007-03-211-1/+1 * The x11-wm/fluxbox-devel has been merged into x11-wm/fluxbox and removemezz2007-03-202-3/+3 * Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOMEmarcus2007-03-196-42/+93 * Update to 0.8.0arved2007-03-193-6/+923 * Fix the plist, bump the PORTREVISION.mezz2007-03-182-0/+6 * Look for xscreensaver executables in the correct prefix.lofi2007-03-152-8/+10 * Reset illusia@inbox.lv due to maintainer-timeouts and no response to email.linimon2007-03-141-8/+2 * Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-142-6/+2 * Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-144-8/+8 * - Update to 1.0.4stas2007-03-143-11/+13 * - Update to 1.1stas2007-03-143-11/+12 * - Update to 1.1stas2007-03-143-12/+13 * - Update to 1.1stas2007-03-143-11/+13 * - Fix mirrors and www.stas2007-03-142-4/+5 * - Update to 1.1stas2007-03-123-12/+13 * - Update to 1.1stas2007-03-123-12/+12 * - Add x11-themes/e17-splash-clean, a nice e17 startup splash screen.stas2007-03-124-0/+44 * - Add x11-themes/e17-theme-night_blink, a nice theme for e17 window manager.stas2007-03-114-0/+44 * - Add x11-themes/e17-theme-dali, a nice theme for e17 window manager.stas2007-03-114-0/+45 * - Connect resurrected themes to the build.stas2007-03-111-0/+4 * - Update to 0.6 (resurrect).stas2007-03-113-0/+42 * - Update to 1.0.3 (resurrect).stas2007-03-113-0/+43 * - Update to 0.9.6 (resurrect).stas2007-03-113-0/+43 * - Update to 0.0.4 (resurrect).stas2007-03-113-0/+43 * - Update to 0.0.4.3.stas2007-03-112-8/+7 * - Update to 0.99.037.3.stas2007-03-112-8/+7 * - Update to 0.3.9.stas2007-03-112-7/+7 * - Update to 0.6.5.6.stas2007-03-112-8/+8 * Update to 5.0.11jylefort2007-03-0917-92/+310 * - Update to 0.5miwi2007-03-083-14/+33 * - Update to 0.51miwi2007-03-072-4/+4 * - Update to 0.8.2rafan2007-03-053-5/+5 * Fix build after objformat removal on -current.nobutaka2007-03-051-0/+1 * - Add extra logic to Makefile.icons to handle period directorieslioux2007-03-011-0/+2 * - Remove BROKEN since port is indeed fetchablelioux2007-03-012-8/+0 * BROKEN: Size mismatchkris2007-02-271-0/+2 * Reset karma@ez.pereslavl.ru due to maintainer timeouts and no responselinimon2007-02-271-1/+1 * - fix typosmiwi2007-02-271-1/+1 * Fix crash if no splash is setahze2007-02-232-1/+12 * - Change master site to make it fetchable. The following three sitesrafan2007-02-2217-17/+17 * - Update to 0.3rafan2007-02-222-5/+5 * - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkpav2007-02-131-1/+1 * Fix runtimeahze2007-02-122-2/+2 * Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-117-0/+14 * Reset unreachable maintainer address:kris2007-02-111-1/+1 * - No longer need to use X11BASE or partly install to it (because of GTK locat...miwi2007-02-096-42/+46 * Update to 0.3.flz2007-02-086-14/+8 * Add icons-tango-extras 0.1.0, a complementary set of icons from the Tangoflz2007-02-075-0/+100 * Add Vanilla-DMZ-AA 0.2, the new set of cursors by Jakub "Jimmac" Steiner.flz2007-02-075-0/+128 * Add Vanilla-DMZ 0.2, the new set of cursors by Jakub "Jimmac" Steiner.flz2007-02-075-0/+130 * fix objformat problem more properlyoliver2007-02-061-1/+3 * Fix the build.danfe2007-02-051-2/+2 * fix build (by using libtool:15) with recent CURRENTs where objformat went awayoliver2007-02-041-0/+1 * - Remove support for xfree86-3pav2007-02-031-4/+0 * - Fix after objformat removalpav2007-02-021-0/+1 * - add category gnustepdinoex2007-02-011-1/+1 * - add category gnustepdinoex2007-02-014-4/+4 * Update to 2.16.3.mezz2007-01-303-5/+5 * Import xfce 4.4oliver2007-01-238-34/+447 * - cleanup MASTER_SITESdinoex2007-01-144-8/+4 * - Update to 0.4miwi2007-01-143-29/+29 * - use new macrosdinoex2007-01-131-1/+1 * - update to use new bsd.gnustep.mkdinoex2007-01-133-9/+6 * - Update to 0.5miwi2007-01-132-5/+4 * Mark BROKEN on 4.xmarkus2007-01-122-2/+14 * Update to 0.40.1itetcu2007-01-082-4/+4 * A small GNUstep application to set xwindow background.dinoex2006-12-305-0/+52 * - update to snapshot 20061221dinoex2006-12-257-31/+50 * - add the Nesedah Camaelon themealexbl2006-12-236-0/+462 * Update to version 1.0markus2006-12-206-12/+12 * Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-206-16/+52 * - Update to 0.8miwi2006-12-134-9/+24 * - Update MASTER_SITESmiwi2006-12-121-1/+1 * This is the murrine fancy clearlooks theme pack.miwi2006-12-095-0/+63 * Create directories for desktop entry and icon.tmclaugh2006-11-252-4/+8 * - Add USE_GCC=3.4+ to fix building on 4.x.alepulver2006-11-231-0/+1 * Update master site.ehaupt2006-11-214-4/+4 * Update to 2.16.2ahze2006-11-215-14/+234 * Etoile intends to be an innovative GNUstep based user environnement builtdinoex2006-11-205-0/+49 * Etoile intends to be an innovative GNUstep based user environnement builtdinoex2006-11-205-0/+49 * EtoileWildMenus - a fork of WildMenus engine to provide apps with menudinoex2006-11-205-0/+49 * This IconKit framework is used to create icons using different elements.dinoex2006-11-205-0/+45 * - Drop maintainershippav2006-11-191-1/+1 * - Drop maintainershipmiwi2006-11-191-1/+1 * Correct the gtk-murrine-engine dependency checking.tmclaugh2006-11-181-1/+1 * - Update to new distfile, unbreakpav2006-11-172-6/+4 * - Update to 0.31pav2006-11-172-4/+4 * - Fix fetch (typo in MASTER_SITES), unbreakpav2006-11-171-3/+1 * BROKEN: Unfetchablekris2006-11-171-0/+2 * BROKEN: Size mismatchkris2006-11-171-0/+2 * BROKEN: Configure failskris2006-11-171-0/+2 * Update to 2.8.2.marcus2006-11-172-4/+4 * Mark as BROKEN on systems < 5.x.stefan2006-11-141-1/+7 * - Update to a new distfile; themes are now compatible with engine version 0.30pav2006-11-102-4/+4 * Change my email address to farrokhi@ in all ports that I maintain.farrokhi2006-11-085-5/+5 * A gui gtkrc configuration tool for the Murrine GTK engine.alepulver2006-11-085-0/+52 * - Update to version 0.30.2.alepulver2006-11-082-9/+17 * Remove pre-configure: target because it prevents the port from findingarved2006-11-062-10/+2 * Remove expired leaf ports:vd2006-11-0137-582/+0 * Add Polymer, Qt 3.x port of popular Plastik KDE theme.danfe2006-10-315-0/+60 * Add MASTER_SITE_GENTOO.stefan2006-10-161-1/+2 * A cool set of icons usable on Gnome.mezz2006-10-145-0/+1096 * This is the murrine theme pack. "Murrine" is an Italian word meaning themezz2006-10-149-0/+79 * This is the murrine theme pack. "Murrine" is an Italian word meaning themezz2006-10-145-0/+52 * This is the murrine theme pack. "Murrine" is an Italian word meaning themezz2006-10-141-0/+1 * This is a GTK+ 2.x engine. "Murrine" is an Italian word meaning the art glassmezz2006-10-145-0/+39 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1475-319/+351 * Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-1413-494/+1272 * - Update to 1.0.2rafan2006-10-094-8/+8 * - Connect e17-theme-kor to the build.stas2006-10-081-0/+1 * - Move to LOCALBASEstas2006-10-0826-49/+145 * - Update to 1.1.2stefan2006-10-083-22/+5 * Add my MASTER_SITE_LOCAL as a backup resource.tmclaugh2006-10-081-1/+3 * - Update to 1.4miwi2006-10-053-94/+296 * - Remove BROKEN (plist problems by depending on gnomehier).alepulver2006-10-011-2/+2 * Bring the new GTK2_VERSION macro back in to fix the future upgrade ofmezz2006-09-302-3/+2 * Now fetchable againkris2006-09-241-2/+0 * Release my ports back into the wild.adamw2006-09-241-1/+1 * Update MASTER_SITESehaupt2006-09-181-3/+3 * Add irssi-themes, a collection of additional irssi themesehaupt2006-09-185-0/+541 * BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2 * BROKEN: Unfetchablekris2006-09-178-0/+16 * Add gnome-icons-snowish to the meta-port too.tmclaugh2006-09-141-1/+2 * Add gnome-icons-edge to meta-porttmclaugh2006-09-141-1/+3 * Remove dupes from pkg-plist before anyone notices.tmclaugh2006-09-141-2/+0 * Fix pointyhat errors by not trying to be lazy by autogenerating thetmclaugh2006-09-1431-27/+17193 * KDE 3.5.4 / KOffice 1.5.2lofi2006-09-134-6/+10 * Drop to ports@, farewell.mezz2006-09-101-1/+1 * This is Metacity theme (slave port) for previously added GTK2/GNOME theme.danfe2006-09-082-0/+12 * Another popular GNOME desktop theme by roberTO. This is GTK2 theme anddanfe2006-09-085-0/+275 * Replace port description with correct one.danfe2006-09-081-2/+1 * - add moodin portmich2006-09-085-0/+50 * - Fix permissions on installed filesdanfe2006-09-082-2/+5 * Very neat and clean theme for Metacity, counterpart of previously addeddanfe2006-09-082-0/+12 * Very neat and clean theme for GNOME desktop.danfe2006-09-085-0/+324 * - Update to version 2.1, make fetchable again [1]danfe2006-09-084-282/+266 * Reset maintainer at his request.linimon2006-09-082-2/+2 * Unbreak fetching, update WWW line.danfe2006-09-074-4/+4 * Fix distfile location and WWW line.danfe2006-09-072-2/+2 * - Add another mirror siterafan2006-09-071-1/+2 * A very dark theme with a glowing blue.itetcu2006-09-054-0/+46 * Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1 * Fix plist broken by a stupid error of mine.novel2006-09-05