[evolution-patches] fix for bug #48203 (clear-selection of CLIPBOARD)
- From: Jeffrey Stedfast <fejj ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] fix for bug #48203 (clear-selection of CLIPBOARD)
- Date: Mon, 08 Sep 2003 16:42:29 -0400
--
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com - www.ximian.com
? 45597.patch
? 48203.patch
? diff
? idate
? idate.c
? uudecode.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.2761.2.18
diff -u -r1.2761.2.18 ChangeLog
--- ChangeLog 3 Sep 2003 18:07:58 -0000 1.2761.2.18
+++ ChangeLog 8 Sep 2003 18:54:56 -0000
@@ -1,3 +1,8 @@
+2003-09-08 Jeffrey Stedfast <fejj ximian com>
+
+ * mail-display.c (invisible_selection_clear_event_callback): Don't
+ clear the clipboard. Fixes bug #48203.
+
2003-09-02 Jeffrey Stedfast <fejj ximian com>
* mail-format.c (handle_text_plain): Scan for uuencoded parts and
Index: mail-display.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-display.c,v
retrieving revision 1.282.4.6
diff -u -r1.282.4.6 mail-display.c
--- mail-display.c 28 Aug 2003 18:20:10 -0000 1.282.4.6
+++ mail-display.c 8 Sep 2003 18:54:59 -0000
@@ -2139,14 +2139,7 @@
GdkEventSelection *event,
void *data)
{
- MailDisplay *display;
-
- display = MAIL_DISPLAY (data);
-
- g_free (display->selection);
- display->selection = NULL;
-
- return TRUE;
+ return FALSE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]