aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-07-05 22:50:57 +0800
committerChris Lahey <clahey@src.gnome.org>2001-07-05 22:50:57 +0800
commit4bb33b390b3fc556abacb345b977cd20146d6ae7 (patch)
tree9b1d16e03fd2a4dccf0ee45deda388b6f86563af /widgets
parent5438b275894ae095116ef0312cc687da09de248d (diff)
downloadgsoc2013-evolution-4bb33b390b3fc556abacb345b977cd20146d6ae7.tar.gz
gsoc2013-evolution-4bb33b390b3fc556abacb345b977cd20146d6ae7.tar.zst
gsoc2013-evolution-4bb33b390b3fc556abacb345b977cd20146d6ae7.zip
Call e_table_item_leave_edit here.
2001-07-05 Christopher James Lahey <clahey@ximian.com> * e-cell-text.c (ect_cancel_edit): Call e_table_item_leave_edit here. svn path=/trunk/; revision=10805
Diffstat (limited to 'widgets')
-rw-r--r--widgets/table/e-cell-text.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 717c4d8abc..8fcfd35173 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -36,6 +36,7 @@
#include <gtk/gtkinvisible.h>
#include <gtk/gtksignal.h>
#include <gdk/gdkkeysyms.h>
+#include <gtk/gtkwidget.h>
#include <libgnomeui/gnome-canvas.h>
#include <libgnomeui/gnome-canvas-rect-ellipse.h>
#include "e-cell-text.h"
@@ -312,6 +313,7 @@ static void
ect_cancel_edit (ECellTextView *text_view)
{
ect_stop_editing (text_view);
+ e_table_item_leave_edit (text_view->cell_view.e_table_item_view);
}
/*
@@ -1204,6 +1206,8 @@ ect_show_tooltip (ECellView *ecell_view,
canvas = e_canvas_new ();
gtk_container_add (GTK_CONTAINER (window), canvas);
+ GTK_WIDGET_UNSET_FLAGS (canvas, GTK_CAN_FOCUS);
+ GTK_WIDGET_UNSET_FLAGS (window, GTK_CAN_FOCUS);
max_width = 0.0;
for (lines = cell.breaks->lines, i = 0; i < cell.breaks->num_lines;
d>1-1/+2 * Update to 1.7.13.knu2002-10-242-2/+2 * Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminatesobomax2002-10-241-2/+4 * Upgrade to version 1.5kevlo2002-10-242-2/+2 * Update to version 1.14kevlo2002-10-242-2/+2 * Update to version 3.10.archie2002-10-243-2/+4 * Update to 1.7.12.knu2002-10-243-3/+14 * * Update master site and home page.naddy2002-10-243-7/+28 * Update to 2002.10.22.nork2002-10-242-7/+2 * Distributed with ehnt data file contains a bit outdated ASN list.nork2002-10-232-2/+138 * Update to 0.69.sobomax2002-10-239-60/+105 * Add l2tpd 0.64, an implementation of the layer two tunneling protocol.sobomax2002-10-2320-0/+292 * Add Darwin Streaming Server(4.1.1), a server which send streamingnork2002-10-2313-0/+740 * upgrade to 1.0ijliao2002-10-237-47/+59 * Add ruby-dict, a client-side implementation of the DICT protocol inknu2002-10-236-0/+51 * Add Dynamic Tunnel Configuration Protocol daemon and clientume2002-10-236-0/+56 * Update my Emailaddressarved2002-10-221-2/+2 * Update to 2002.10.21.nork2002-10-222-2/+9 * Fix logic error in error-message printing code. This could neverwollman2002-10-221-0/+24 * Fix detection of SYSV(we are not SYSV) so that things like printingdwcjr2002-10-221-0/+48 * Update to 0.63lioux2002-10-222-2/+2 * Update to 0.83.6lioux2002-10-212-2/+2 * Fix compiling on -currentdwcjr2002-10-211-0/+12 * Fix right-clicking behavior on Qt3.perky2002-10-211-2/+6 * Fix build on current.vanilla2002-10-215-0/+87 * Update to version 1.13kevlo2002-10-212-3/+2 * Fix the plist in the case where esound support is built without libpanelmarcus2002-10-214-22/+26 * Release all my ports.nsayer2002-10-212-2/+2 * Fix the icon installation. Bump PORTREVISION.marcus2002-10-206-12/+12 * add net/p5-Net-Fingeradamw2002-10-206-0/+34 * Update to 2002.10.19.nork2002-10-192-2/+2 * Re-add SSLtelnet, with patch (patch-an) to fix the security vulnerabilitykris2002-10-1921-0/+1765 * Upgrade to 2.3.5.2.obraun2002-10-192-9/+3 * upgrade to 4.0.3ijliao2002-10-196-8/+50 * Update to 0.188lioux2002-10-192-2/+2 * Add necessary library dependencies.seanc2002-10-191-0/+3 * Update to 2.1nsayer2002-10-192-2/+4 * fix configure on -currentijliao2002-10-191-1/+1 * upgrade to 4.8.6ijliao2002-10-183-8/+8 * Update to 1.0.40.demon2002-10-184-10/+4 * Update iperf to version 1.6.3smace2002-10-184-53/+4 * Fix a segfault on sign on when no ~/.gtkrc file exists. This has beenmarcus2002-10-184-0/+36 * Update GeoIP to 1.0.9. Update categories that were missed after theseanc2002-10-184-17/+4 * Update to the well anticipated samba 2.2.6.dwcjr2002-10-172-3/+3 * o Add missing dependencylioux2002-10-171-0/+2 * Add osrtspproxy, The RTSP Proxy Kit is a reference implementationvanilla2002-10-177-0/+53 * Take Maintainership, no response from previous maintainer.dinoex2002-10-171-3/+1 * Update to 0.59.5.marcus2002-10-176-30/+4 * upgrade to 0.9.7billf2002-10-174-4/+4 * Upgrade to 1.16.obraun2002-10-173-10/+9 * new target: base-packagedinoex2002-10-174-0/+61 * MASTER_SITE is moved.perky2002-10-162-2/+2 * Update to rc4dwcjr2002-10-163-4/+13 * Upgrade to 0.4.9.4.vanilla2002-10-169-153/+31 * - Fix MASTER_SITESvanilla2002-10-161-12/+12 * Update to 2.3lioux2002-10-162-2/+2 * Update to new vendor release 0.1.29.naddy2002-10-154-18/+18 * workaround for installed autoconf/automake griefdinoex2002-10-151-0/+4 * upgrade to 0.1.4ijliao2002-10-153-4/+7 * Upgrade to 7.9.13.max2002-10-152-2/+2 * Mark net/zephyr as broken because it requires libss, which has beennaddy2002-10-151-1/+7 * upgrade to 0.5ijliao2002-10-143-16/+13 * Update to rc3dwcjr2002-10-143-3/+3 * fix WRKSRCijliao2002-10-141-1/+1 * Upgrade port to version 2.16;demon2002-10-145-4/+119 * ncurses is goneijliao2002-10-131-7/+1 * add netdude 0.3.1ijliao2002-10-1326-0/+740 * Patch so it can use latest version of OpenH323 libs and bump port revisionroger2002-10-136-6/+6 * Add liveMedia(2002.10.11), a set of C++ libraries fornork2002-10-137-0/+247 * Fix a segfault in the Yahoo! module.marcus2002-10-134-2/+26 * Bump PORTREVISION (devel/newt shlib bump)perky2002-10-131-2/+2 * The vrrp port was marked BROKEN 14 months ago. Remove it.kris2002-10-136-45/+0 * BROKEN -> IGNORE to prevent package buildkris2002-10-132-2/+2 * The scotty port was marked FORBIDDEN for security reasons 2 years and 1kris2002-10-1311-518/+0 * The SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago.kris2002-10-1320-447/+0 * The brouted port was marked FORBIDDEN for security reasons 2 years and 1kris2002-10-136-48/+0 * BROKEN: No listed MASTER_SITES carry the distfilekris2002-10-131-0/+2 * Upgrade to 5.0.0. IPv6 was newly supported.sumikawa2002-10-132-4/+4 * Fix build on -CURRENT.marcus2002-10-132-0/+26 * Add the sample config filensayer2002-10-132-0/+2 * Add jabber-yahoo 2.0.1, jabber Yahoo Transport module.nsayer2002-10-127-0/+52 * Make esound support optional.marcus2002-10-122-2/+26 * Update to 0.59.4.marcus2002-10-124-4/+4 * Update to alpha20dwcjr2002-10-1112-168/+82 * Update to 2.2.6 RC2dwcjr2002-10-116-63/+19 * Upgrade to the latest versionroger2002-10-114-2/+33 * fix portlint warningroger2002-10-111-1/+1 * 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-2/+0 * Update for new release.roger2002-10-113-7/+7 * Upgrade to latest stable release.roger2002-10-113-26/+42 * Remember, don't use pirated copies of KDE 3.0.4. Make sure you paid $0.00alane2002-10-114-2/+4 * Update to 1.3.anders2002-10-113-2/+19 * Upgrade to the latest releaseroger2002-10-118-11/+12 * Upgrade to latest releaseroger2002-10-112-3/+3 * Add expat dependencyroger2002-10-114-4/+8 * Add speex as a dependency.roger2002-10-114-0/+4 * Update text. Fix portlint warning.roger2002-10-114-64/+12 * Upgrade to latest release.roger2002-10-118-20/+20 * Set NO_KDE_FINAL on alpha to allow this port to build.kris2002-10-112-0/+8 * Remove BROKEN since bento no longer complains due to auto* toollioux2002-10-111-2/+0 * gnet should be in LIB_DEPENDS, not in BUILD_DEPENDS.sobomax2002-10-101-1/+1 * CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inknu2002-10-105-7/+7 * Tcpreplay is distributed with libredblack 1.1.0, however,smace2002-10-101-0/+10 * add DISTNAMEsmace2002-10-101-0/+1 * Fix version numbering.smace2002-10-101-1/+1 * Upgrade to tcpreplay-1.3-beta2smace2002-10-1011-431/+99 * properly handles CPPFLAGSijliao2002-10-101-1/+2 * fix buildijliao2002-10-101-0/+13 * upgrade to 1.7.1ijliao2002-10-093-6/+14 * Add Net::GeoIP, a Ruby wrapper for libGeoIP.seanc2002-10-096-0/+44 * Commit miss: correct the path of the library dependency to net/GeoIP.seanc2002-10-091-1/+1 * Move GeoIP and perl friend from misc/ to net/seanc2002-10-091-0/+2 * Moved misc/GeoIP and misc/p5-Geo-IP to the more fitting net directory[1].seanc2002-10-092-2/+13 * Update to 7.0.0pat2002-10-092-2/+3 * Update to 1.0.08pat2002-10-092-2/+2 * Update maintainer addressperky2002-10-084-7/+7 * 1. fix build ; values.h problemijliao2002-10-083-46/+67 * Update to 0.11.4p1pat2002-10-085-66/+4 * MASTER_SITE moved. Upgrade still to do.fenner2002-10-081-1/+1 * Don't create an /etc/pam.d directory on -stable. This breaks PAM.marcus2002-10-082-0/+26 * Update to tcpreen 1.0.4kris2002-10-082-2/+2 * Properly zero-out struct ifreq before passing it to the SIOCSIFFLAGSsobomax2002-10-076-15/+75 * upgrade to 1.2.6ijliao2002-10-075-11/+25 * Update GeoIP to 1.0.8. Grab maintainership of both of these ports.seanc2002-10-074-5/+5 * upgrade to 1.1.1ijliao2002-10-077-17/+52 * upgrade to 1.0.07ijliao2002-10-072-2/+2 * upgrade to 0.4.6ijliao2002-10-072-2/+2 * Use RUBY_MOD*.knu2002-10-07