aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-26 10:23:33 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-26 10:23:33 +0800
commit9cf5ba1797448f8a2eb28add9f6b07c6adb31495 (patch)
treebca94488ad9fc8d092adc76383d308afc1a85c3c /widgets
parent706cb549dfd40dbf931a5e33019086e262be0121 (diff)
downloadgsoc2013-evolution-9cf5ba1797448f8a2eb28add9f6b07c6adb31495.tar.gz
gsoc2013-evolution-9cf5ba1797448f8a2eb28add9f6b07c6adb31495.tar.zst
gsoc2013-evolution-9cf5ba1797448f8a2eb28add9f6b07c6adb31495.zip
If the CLICK signal gets a return value, so we're going to be return from
2001-07-25 Jason Leach <jleach@ximian.com> * e-table-item.c (eti_event): If the CLICK signal gets a return value, so we're going to be return from eti_event immediately after, set the eti->click_count to zero. Fixes bug #811. svn path=/trunk/; revision=11420
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-table-item.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 4afe4f4b8b..ad1e9fef5a 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -1735,8 +1735,11 @@ eti_event (GnomeCanvasItem *item, GdkEvent *e)
return_val = FALSE;
gtk_signal_emit (GTK_OBJECT (eti), eti_signals [CLICK],
row, view_to_model_col(eti, col), &button, &return_val);
- if (return_val)
+
+ if (return_val) {
+ eti->click_count = 0;
return TRUE;
+ }
gtk_object_get(GTK_OBJECT(eti->selection),
"cursor_row", &cursor_row,
.8&id=377b16aa5c6dc1bf2e8e6c065a46fed161f74f07'>Update to 1.64, sort plist, and use perl configure instead of modbuild.adamw2015-04-093-7/+6 * Add a new USES=waf to handle the waf building system, allowing to factorise codebapt2015-04-081-11/+2 * - Update to 20150331sunpoet2015-04-062-3/+3 * - Update to 20150404sunpoet2015-04-062-3/+3 * Convert kde@ ports to USES=metaport.rakuco2015-04-043-12/+3 * Remove OSVERSION checks that do not make sense any more.mat2015-04-035-29/+3 * misc/qt5ct:makc2015-04-013-3/+10 * Remove useless execution of post install scriptbapt2015-03-311-3/+0 * Remove dead RINGSERVERbapt2015-03-311-2/+1 * Remove dead mirrorbapt2015-03-311-1/+1 * Add new port misc/qt5ct:makc2015-03-295-0/+24 * - Update to 20150324sunpoet2015-03-262-3/+3 * - Update to 20150325sunpoet2015-03-262-3/+3 * 5 ports categories: Remove $PTHREAD_LIBSmarino2015-03-254-9/+5 * Update to tzdata2015b:edwin2015-03-242-3/+3 * misc/mc: 4.8.13 -> 4.8.14pi2015-03-245-21/+25 * Fix minor typos in pkg-descr files.olgeni2015-03-222-2/+2 * Update GNU which to 2.21johans2015-03-223-6/+5 * Make fonts repecting XDGbapt2015-03-221-4/+4 * Bump PORTREVISION.fjoe2015-03-221-0/+1 * Give kernel module a few seconds to initialize hardware beforefjoe2015-03-221-0/+1 * Give kernel module a few seconds to initialize hardware beforefjoe2015-03-222-1/+2 * Unbreak build with clang 3.6.fjoe2015-03-222-0/+22 * Unbreak build on -CURRENT (missing include).fjoe2015-03-221-0/+10 * Fix build with clang 3.6.fjoe2015-03-223-5/+49 * Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1 * misc/findutils: add CPE informationrobak2015-03-181-1/+3 * - Don't install patch files with headersamdmi32015-03-171-2/+3 * Clean up the rest of the perl@ Makefiles a bit.adamw2015-03-142-13/+10 * Update KDE SC to 4.14.3alonso2015-03-1259-93/+110 * Unbreak by using mono to set TZ in envantoine2015-03-121-1/+1 * - Add empty directories to plistamdmi32015-03-111-0/+5 * - Update to upstream version 0.7.8riggs2015-03-094-20/+30 * - Simplify MASTER_SITESamdmi32015-03-071-3/+5 * - Update to 20150221sunpoet2015-03-072-3/+3 * - Update to 20150303sunpoet2015-03-072-3/+3 * Update to 2015a:edwin2015-03-072-3/+3 * The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-065-32/+28 * - Update to 2.4.3sunpoet2015-03-063-4/+4 * - Update to 0.13sunpoet2015-03-062-4/+3 * misc/saaghar: update 1.0.94 -> 2.5.0robak2015-03-053-134/+246 * Update PyQt and its dependencies.rakuco2015-03-051-6/+0 * update to 3.58oliver2015-03-032-3/+3 * Remove Author from pkg-descr and white space fixesbapt2015-03-0311-21/+9 * New port: misc/vdmfecpi2015-02-284-0/+50 * Fix DESKTOP_ENTRIES:makc2015-02-281-1/+1 * Introduce new USE_QT4 component linguisttools for lrelease/lupdate toolsmakc2015-02-251-1/+2 * misc/fortune-mod-epictetus: update 0.1 -> 0.2robak2015-02-232-6/+12 * - Update to 2.3.10. [1]rakuco2015-02-233-10/+8 * Allow the CC expansion to deal with a full path to a compiler. Thissbruno2015-02-221-1/+1 * - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-1/+1 * - Update to 20150203sunpoet2015-02-192-3/+3 * - Update to 20150217sunpoet2015-02-192-3/+3 * Unbreak on headantoine2015-02-156-31/+54 * Update to 0.14.kwm2015-02-064-89/+342 * Cleanup plistbapt2015-02-051-18/+0 * Cleanup plistbapt2015-02-0518-483/+0 * Cleanup plistbapt2015-02-0513-24/+0 * Upgrade to 0.4.vanilla2015-02-032-4/+3 * Update poppler to 0.30.0 [1].kwm2015-02-031-1/+1 * - Update to 3.4.1.0lme2015-02-032-5/+5 * Update to r46230 of the FreeBSD docset.blackend2015-02-013-4/+4 * Update to 1.3.3.fjoe2015-01-283-5/+5 * Update to 1.4.15.fjoe2015-01-282-4/+3 * Unbreak on -CURRENT (ignore unused command line arguments for clang).fjoe2015-01-282-0/+36 * - Update to 20150124sunpoet2015-01-272-3/+3 * Fix RUN_DEPENDSantoine2015-01-251-3/+2 * Upgrade to 1.3.4.vanilla2015-01-242-3/+3 * misc/otter & biology/ariadne: Not jobs safemarino2015-01-221-0/+2 * - Use INSTALL_TARGET=install-strip instead of STRIP_CMDsunpoet2015-01-201-3/+1 * Update mbuffer to 2014-12-27mm2015-01-202-3/+3 * - Update to 20150117sunpoet2015-01-182-3/+3 * - Remove vestiges of alpha supportak2015-01-161-1/+1 * Update graphics/giflib to 5.0.5antoine2015-01-151-1/+1 * - Update to 1.7.4tabthorpe2015-01-133-6/+4 * - Add in GNOME_USES=gconf2tabthorpe2015-01-131-1/+1 * - Switch to webkit-gtk3tabthorpe2015-01-132-3/+7 * Fix packagingantoine2015-01-111-6/+0 * - upgrade to 20140910.002leeym2015-01-113-4/+11 * - Update to 2.10.1tabthorpe2015-01-103-15/+3 * - Switch to using gtkhtml4tabthorpe2015-01-101-2/+2 * - Update to 1.7.3tabthorpe2015-01-103-51/+53 * - Update to 20150107sunpoet2015-01-102-3/+3 * - Update to 20150105sunpoet2015-01-102-3/+3 * Update iso-codes to 3.57.kwm2015-01-092-3/+3 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptehaupt2015-01-067-7/+7 * - Add DEBUG optiondanilo2015-01-061-0/+3 * - Update to 0.04sunpoet2015-01-062-4/+4 * Remove nagios-base-logos, all these files are now in nagios distribution.demon2015-01-055-157/+0 * Assign maintainership of FPC ports to new FPC ports teammarino2015-01-051-1/+1 * - Update to 2.003sunpoet2015-01-053-8/+7 * - Update to version 0.93.0 [1]pawel2015-01-042-5/+4 * - Gnome is default icons theme [1], not switched to Adwaita because Thunar andolivierd2015-01-041-0/+7 * security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-031-1/+1 * - Update BUILD_DEPENDS: ExtUtils::MakeMaker 6.42+ is already in all supported...sunpoet2015-01-021-1/+3 * - Add p5-Software-License-CCpack 1.11sunpoet2015-01-025-0/+82 * - Update to 20150101sunpoet2015-01-022-3/+3 * Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-316-12/+205 * - Distfile was rerolled, the only difference is in the gzip compression,antoine2014-12-282-14/+1 * Upgrade to version 1.98.olgeni2014-12-274-18/+4 * - Add missing run dependency on perlantoine2014-12-262-12/+80 * Bump portrevision after png updatebapt2014-12-262-2/+2 * Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-262-2/+2 * Remove non default option on imlibbapt2014-12-251-3/+1 * Fix stagingbapt2014-12-252-6/+6 * Remove now useless gnomehier, pkg handles automatically the directories wherebapt2014-12-255-189/+0 * - Update to 20141222sunpoet2014-12-242-3/+3 * Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-249-9/+9 * Update to 0.8.5olivierd2014-12-243-3/+4 * Get rid of gnomehierbapt2014-12-212-2/+4 * Cleanup plistbapt2014-12-2115-17/+0 * - Cleanup PLISTsunpoet2014-12-211-1/+0 * - Cleanup PLISTsunpoet2014-12-211-1/+0 * - Cleanup PLISTsunpoet2014-12-211-4/+0 * - Update to 0.005sunpoet2014-12-212-4/+3 * Fix packaging as userbapt2014-12-171-1/+1 * Fix packaging as a userbapt2014-12-171-0/+1 * - Update comms/spandsp to version 0.0.6 [1]pawel2014-12-161-2/+2 * USES+= gettext-tools on 5 portsmarino2014-12-131-1/+1 * misc/mc: really re-add small patch that was deleted in r369133pi2014-12-092-10/+10 * Update "BSD" license in misc categoryfeld2014-12-094-4/+6 * Cleanup plistbapt2014-12-0995-1037/+3 * misc/mc: re-add small patch that was deleted in r369133pi2014-12-092-1/+10 * Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-094-4/+4 * - Update to 2.09jadawin2014-12-092-4/+3 * - Cleanup PLISTsunpoet2014-12-081-1/+0 * Update to r46070 of the FreeBSD docset.blackend2014-12-0811-19/+7 * Add LICENSEfeld2014-12-071-0/+2 * - Update to 20141123sunpoet2014-12-062-3/+3 * - Add PORTSCOUTsunpoet2014-12-041-0/+2 * - Update to 1.1.6sunpoet2014-12-043-3/+4 * - Fix typoamdmi32014-12-041-1/+1 * Update GNOME to 3.14.2.kwm2014-12-036-6/+134 * Bump PORTREVISION as the previous commit affected package creationehaupt2014-11-301-0/+1 * - Convert to USES=tar:tgzehaupt2014-11-301-1/+5 * Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-30