aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-26 14:13:26 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-26 14:13:26 +0800
commit583d4f988977506a7bd8e227433a479f40f316b7 (patch)
tree1ed35d7e5c1fd2631c313034feb162206cb5cb28
parentc66daf5a80ddfcf2bc6c3b9e98823c0b2b0eadae (diff)
downloadgsoc2013-evolution-583d4f988977506a7bd8e227433a479f40f316b7.tar.gz
gsoc2013-evolution-583d4f988977506a7bd8e227433a479f40f316b7.tar.zst
gsoc2013-evolution-583d4f988977506a7bd8e227433a479f40f316b7.zip
pass GList* as second parameter to g_list_remove_link, not the data
* addressbook/backend/ebook/e-book.c (e_book_pop_op): pass GList* as second parameter to g_list_remove_link, not the data pointer. svn path=/trunk/; revision=2165
-rw-r--r--ChangeLog5
-rw-r--r--addressbook/backend/ebook/e-book.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 76a4cc434e..b0c2c9e311 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-25 Chris Toshok <toshok@laptoph.xtoph.org>
+
+ * addressbook/backend/ebook/e-book.c (e_book_pop_op): pass GList*
+ as second parameter to g_list_remove_link, not the data pointer.
+
2000-03-26 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-card-types.h: Removed the
diff --git a/addressbook/backend/ebook/e-book.c b/addressbook/backend/ebook/e-book.c
index ea8809c7a8..6d0a3394c2 100644
--- a/addressbook/backend/ebook/e-book.c
+++ b/addressbook/backend/ebook/e-book.c
@@ -88,7 +88,8 @@ e_book_pop_op (EBook *book)
popped = book->priv->pending_ops;
book->priv->pending_ops =
- g_list_remove_link (book->priv->pending_ops, (gpointer) op);
+ g_list_remove_link (book->priv->pending_ops,
+ book->priv->pending_ops);
g_list_free_1 (popped);
-1.18&id=da258ad9a4ded9a27a8c070a61c3a78fa151c483'>- Update to 7.31.0sunpoet2013-07-121-1/+1 * Use new options helpersbapt2013-06-151-38/+13 * Remove USE_CDRTOOLS from bsd.port.mkbapt2013-04-261-5/+5 * Convert USE_PKGCONFIG -> USES=pkgconf for audio categorybapt2013-04-231-1/+2 * Remove GOGO option and gogo run dependencies along with gogo mp3 encoder itselfbapt2012-10-261-9/+2 * - update png to 1.5.10dinoex2012-06-011-1/+1 * Convert to new options frameworkbapt2012-05-301-18/+12 * Update lame to 3.99.3.netchild2012-01-151-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1 * Remove bladeenc option as it is not fetchable anymorebapt2011-08-011-10/+1 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Fix seg fault on amd64.kwm2010-12-021-1/+1 * - update audio/lame to 3.98.4netchild2010-06-031-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * - Update to 3.3.1sylvio2010-04-181-3/+9 * Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * Fix the actual bug that caused translated message catalogs to benaddy2009-11-151-12/+1 * Chase the vte shared lib bump.marcus2009-08-231-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Chase the vte shared lib version bump.marcus2009-06-031-1/+1 * Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-2/+2 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-4/+3 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-2/+2 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * [patch] audio/alac - cleanup non-supported FreeBSD versionsedwin2007-04-161-4/+0 * - Use new USE_CDRTOOLS variablepav2007-01-311-1/+1 * Get rid of audio/mp3encode dependency, it is deprecated and will be removedvd2007-01-251-9/+3 * Update the ftp/curl port to 7.16.0.roam2006-12-131-2/+2 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-2/+2 * Portlint:mezz2006-06-121-0/+1 * - Transfer MAINTAINER to multimedia@ahze2006-06-101-1/+1 * - Add trackname to faac settingsahze2006-05-251-2/+2 * Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0 * Bump PORTREVISION to chase the cdparanoia shared library updatemarkus2006-01-071-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * - Fix the ru locale so it is readableahze2005-07-131-1/+4 * - Add --no-midside to faac encoding since new mpeg4ip does weird thingsahze2005-05-201-1/+1 * - Add patch to fix buffer overflow vulnerability from CDDB server.ahze2005-03-171-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1 * - Make the default encoder ogg/vorbis if PACKAGE_BUILDING is defined sinceahze2005-01-301-6/+11 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1 * Change email to new FreeBSD.org addressahze2004-10-301-1/+1 * - Improve faac supportpav2004-06-101-1/+1 * Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-041-2/+2 * - Switch to MASTER_SITE_SOURCEFORGE_EXTENDEDpav2004-05-261-1/+1 * - Convert de es fr pt_BR ru gettext catalogues to Unicode. This should fixpav2004-05-251-1/+9 * Bump PORTREVISION by previous commit.nork2004-05-071-1/+1 * Add missing brace and fix comment.nork2004-05-071-2/+2 * - Add support for FAAC encoderpav2004-05-061-1/+6 * Chase vte shlib version.bland2004-05-061-0/+1 * - Add mp3encode to optionspav2004-05-051-0/+9 * - Use Libtoolpav2004-05-031-1/+1 * - Update to 3.2.0pav2004-05-031-5/+62 * - Enable cdparanoia supportkrion2004-04-211-0/+1 * - Handle OPTIONS properlykrion2004-04-211-3/+4 * - Update to version 3.1.10krion2004-04-211-1/+3 * - Update to 3.1.9krion2004-04-151-2/+1 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1 * - Update to version 3.1.8krion2004-03-291-1/+1 * - Update to version 3.1.7krion2004-03-261-1/+1 * Update to 3.1.6: added JPop, Anime, and SynthPop genres; bugfixes. Seelinimon2004-03-141-6/+2 * - Update to version 3.1.5krion2004-03-051-2/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Fix build WITH_CDPARANOIA=yeskrion2004-01-061-0/+4 * - Update to version 3.1.4krion2004-01-061-6/+1 * Chase version change of audio/id3lib, forgotten yesterday due toedwin2004-01-041-1/+1 * USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1 * Update to 3.1.3.adamw2003-11-061-8/+5 * Add missing dependency upon libgnomeui.adamw2003-10-071-1/+1 * Add vte to USE_GNOME.adamw2003-10-031-1/+1 * Update to 3.1.2.adamw2003-10-031-3/+2 * Update port: audio/gripedwin2003-09-081-17/+13 * REST IN PEACEwill2003-06-091-1/+1