aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-03 01:21:30 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-03 01:21:30 +0800
commit712b10f964c8f590c36e76b41d030da8c892cde4 (patch)
treea680a861910f678d9f7145fd651328f80ca307cf
parent9dab965a56c3bac15eda11d6c7703163e80e89de (diff)
downloadgsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.gz
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.tar.zst
gsoc2013-evolution-712b10f964c8f590c36e76b41d030da8c892cde4.zip
Emit "model_pre_change" where appropriate.
2000-08-02 Christopher James Lahey <clahey@helixcode.com> * mail-ops.c, message-list.c: Emit "model_pre_change" where appropriate. svn path=/trunk/; revision=4475
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-ops.c2
-rw-r--r--mail/message-list.c2
3 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a9daedf64d..d28861ab89 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-02 Christopher James Lahey <clahey@helixcode.com>
+
+ * mail-ops.c, message-list.c: Emit "model_pre_change" where
+ appropriate.
+
2000-08-02 Peter Williams <peterw@helixcode.com>
* mail-config.h: #ifdef _MAIL_CONFIG_H protect the header.
diff --git a/mail/mail-ops.c b/mail/mail-ops.c
index 682753df9d..76030e996a 100644
--- a/mail/mail-ops.c
+++ b/mail/mail-ops.c
@@ -869,6 +869,8 @@ static void real_expunge_folder (gpointer user_data)
FolderBrowser *fb = FOLDER_BROWSER (user_data);
CamelException ex;
+ e_table_model_pre_change(fb->message_list->table_model);
+
#ifdef USE_BROKEN_THREADS
mail_op_hide_progressbar ();
mail_op_set_message ("Expunging %s...", fb->message_list->folder->full_name);
diff --git a/mail/message-list.c b/mail/message-list.c
index 1a2c8fb3fd..f2565866d4 100644
--- a/mail/message-list.c
+++ b/mail/message-list.c
@@ -801,6 +801,8 @@ message_list_regenerate (MessageList *message_list, const char *search)
GPtrArray *uids;
int row = 0;
+ e_table_model_pre_change(message_list->table_model);
+
if (message_list->search) {
g_free (message_list->search);
message_list->search = NULL;
'column1'>| | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1 | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) * math/fftw3:tijl2014-09-011-1/+1 | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD * games/dangerdeep: support stagewg2014-08-137-18/+89 | | | | | | | - Fix build on 10 PR: 192585 Submitted by: christian.mangin gmail com * Modernize LIB_DEPENDSbapt2014-07-141-2/+2 | | | | With hat: portmgr * - Convert net/sdl_net to USES=libtool and bump dependent portstijl2014-07-101-1/+1 | | | | | | - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) * Resetting maintainership on ports that have not been staged and without anyantoine2014-07-031-1/+1 | | | | | | pending PR With hat: portmgr * Remove all space characters from Makefile assignments.olgeni2014-06-091-1/+1 | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2 | | | | games) * - update png to 1.5.10dinoex2012-06-011-1/+1 | * - Update devel/sdl12 to 1.2.15mva2012-02-181-1/+1 | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav * - X11BASE is going away. Hack the last few ports that depend on X11BASE to ↵eadler2011-12-261-0/+1 | | | | | | not rely on it being set globally. Approved by: portmgr (pav) * Mark as broken on FreeBSD 10: tries to access /proc/cpuinfo.linimon2011-12-211-0/+4 | * - update fftw3* to 3.3 [1], and adjust dependent portsbf2011-10-171-2/+2 | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen * -remove MD5ohauer2011-07-031-1/+0 | * - update to 1.4.1dinoex2010-03-281-1/+1 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-051-1/+1 | * - Update devel/sdl12 to version 1.2.14.mva2010-01-301-1/+1 | | | | | | | | | | | | - Update audio/sdl_mixer to version 1.2.11. - Update graphics/sdl_gfx to version 2.0.20. - Update graphics/sdl_image to version 1.2.10. - Bump portrevisions for all ports depending on audio/sdl_mixer and graphics/sdl_image. - Update Mk/bsd.sdl.mk accordingly for the new shared lib versions. PR: ports/142147 ports/142248 ports/142249 Approved by: miwi (mentor implicit) * - Update WWW [1]acm2010-01-263-6/+2 | | | | | | | - Fix build on 9.x PR: 142753 Submitted by: Hardy Schumacher <hardy.schumacher _at_ gmx.de> [1] * Mark BROKEN on 9.x: does not builderwin2010-01-081-0/+4 | * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1 | | | | starting with G * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1 | | | | | | bumped or updated Requested by: edwin * - Chase fftw3 updatepav2009-05-181-2/+2 | * - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+0 | | | | MAKE_ENV * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-20