* src/compose.c
After a mid-click paste, deselect selection
and go to end of paste.
+2008-11-15 [colin] 3.6.1cvs31
+
+ * src/compose.c
+ After a mid-click paste, deselect selection
+ and go to end of paste.
+
2008-11-15 [colin] 3.6.1cvs30
* src/compose.c
( cvs diff -u -r 1.60.2.63 -r 1.60.2.64 src/prefs_actions.c; ) > 3.6.1cvs28.patchset
( cvs diff -u -r 1.1.2.55 -r 1.1.2.56 src/plugins/pgpcore/sgpgme.c; ) > 3.6.1cvs29.patchset
( cvs diff -u -r 1.382.2.482 -r 1.382.2.483 src/compose.c; ) > 3.6.1cvs30.patchset
+( cvs diff -u -r 1.382.2.483 -r 1.382.2.484 src/compose.c; ) > 3.6.1cvs31.patchset
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=30
+EXTRA_VERSION=31
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
* used for mid-click-pasting */
start = gtk_text_iter_get_offset(insert_place);
gtk_text_buffer_insert(buffer, insert_place, contents, strlen(contents));
+ gtk_text_buffer_select_range(buffer, insert_place, insert_place);
}
if (!wrap) {