fix bug introduced in 0.9.12cvs31.2
authorColin Leroy <colin@colino.net>
Sun, 18 Jul 2004 08:16:28 +0000 (08:16 +0000)
committerColin Leroy <colin@colino.net>
Sun, 18 Jul 2004 08:16:28 +0000 (08:16 +0000)
ChangeLog-gtk2.claws
PATCHSETS
configure.ac
src/textview.c

index a86f1888fb206a2fbb4ac0d4afd30c3b6fe0a7e1..2a653dae14e0cecc130ac8e6a906db64110027f0 100644 (file)
@@ -1,3 +1,9 @@
+2004-07-18 [colin]     0.9.12cvs31.7
+
+       * src/textview.c
+               Fix bug introduced in 0.9.12cvs31.2
+               (blocked in select mode after double click)
+
 2004-07-18 [colin]     0.9.12cvs31.6
 
        * src/compose.c
 2004-07-18 [colin]     0.9.12cvs31.6
 
        * src/compose.c
index b43ce3c4525da01056c1716dd03d4707ac12dd1c..e40466c92e267314902385b455d7c5fed69d61a8 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
@@ -43,3 +43,4 @@
 ( cvs diff -u -r 1.65.2.6 -r 1.65.2.7 src/codeconv.c; ) > 0.9.12cvs31.4.patchset
 ( cvs diff -u -r 1.382.2.24 -r 1.382.2.25 src/compose.c; ) > 0.9.12cvs31.5.patchset
 ( cvs diff -u -r 1.382.2.25 -r 1.382.2.26 src/compose.c; cvs diff -u -r 1.5.2.7 -r 1.5.2.8 src/gtk/menu.c; ) > 0.9.12cvs31.6.patchset
 ( cvs diff -u -r 1.65.2.6 -r 1.65.2.7 src/codeconv.c; ) > 0.9.12cvs31.4.patchset
 ( cvs diff -u -r 1.382.2.24 -r 1.382.2.25 src/compose.c; ) > 0.9.12cvs31.5.patchset
 ( cvs diff -u -r 1.382.2.25 -r 1.382.2.26 src/compose.c; cvs diff -u -r 1.5.2.7 -r 1.5.2.8 src/gtk/menu.c; ) > 0.9.12cvs31.6.patchset
+( cvs diff -u -r 1.96.2.12 -r 1.96.2.13 src/textview.c; ) > 0.9.12cvs31.7.patchset
index c5971b9b5985dda83ea9e99220619490d1fbb1ed..5f0cbafa1aab09a7e02205d87eae36ba88cb927c 100644 (file)
@@ -13,7 +13,7 @@ INTERFACE_AGE=0
 BINARY_AGE=0
 EXTRA_VERSION=31
 EXTRA_RELEASE=
 BINARY_AGE=0
 EXTRA_VERSION=31
 EXTRA_RELEASE=
-EXTRA_GTK2_VERSION=.6
+EXTRA_GTK2_VERSION=.7
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
 
 if test \( $EXTRA_VERSION -eq 0 \) -o \( "x$EXTRA_RELEASE" != "x" \); then
     VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}${EXTRA_RELEASE}${EXTRA_GTK2_VERSION}
index 3de317a1777a642ca3697adef32b71ad21a8d5f6..4cc9552cb05275bfd17f8f170a52a211472b7fc5 100644 (file)
@@ -1941,6 +1941,7 @@ static gboolean textview_uri_button_pressed(GtkTextTag *tag, GObject *obj,
                                        }
                                        compose_new(account, uri->uri + 7, NULL);
                                }
                                        }
                                        compose_new(account, uri->uri + 7, NULL);
                                }
+                               return TRUE;
                        } else {
                                if (textview_uri_security_check(textview, uri) == TRUE) 
                                        open_uri(uri->uri,
                        } else {
                                if (textview_uri_security_check(textview, uri) == TRUE) 
                                        open_uri(uri->uri,