vte r2393 - in trunk: . src
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2393 - in trunk: . src
- Date: Thu, 26 Mar 2009 06:18:23 +0000 (UTC)
Author: behdad
Date: Thu Mar 26 06:18:23 2009
New Revision: 2393
URL: http://svn.gnome.org/viewvc/vte?rev=2393&view=rev
Log:
2009-03-26 Behdad Esfahbod <behdad gnome org>
Bug 576797 â Double-click sometimes stops working
* src/vte.c (vte_terminal_extend_selection): Invalidate selection
if forced.
Modified:
trunk/ChangeLog
trunk/src/vte.c
Modified: trunk/src/vte.c
==============================================================================
--- trunk/src/vte.c (original)
+++ trunk/src/vte.c Thu Mar 26 06:18:23 2009
@@ -6666,7 +6666,7 @@
vte_terminal_extend_selection_expand (terminal);
- if (!invalidate_selected &&
+ if (!invalidate_selected && !force &&
0 == memcmp (sc, so, sizeof (*sc)) &&
0 == memcmp (ec, eo, sizeof (*ec)))
/* No change */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]