aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/copy-tool/ChangeLog
diff options
context:
space:
mode:
authorSimon Zheng <Simon.Zheng@Sun.Com>2005-11-30 16:09:56 +0800
committerHarry Lu <haip@src.gnome.org>2005-11-30 16:09:56 +0800
commit4b7704155ec1b6d4cfe355122ec4d48bf03629fe (patch)
treea0923914e1a4216e04daa3137ae101085889eb92 /plugins/copy-tool/ChangeLog
parentf9ea878ce0af4b24b141facf701908bd67c674a6 (diff)
downloadgsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar.gz
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar.bz2
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar.lz
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar.xz
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.tar.zst
gsoc2013-evolution-4b7704155ec1b6d4cfe355122ec4d48bf03629fe.zip
Fix for 322733.
2005-11-30 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Removed printf() statement in order to avoid printing NULL point. (org_gnome_copy_tool_copy_address): Removed printf() statement. (ct_selection_clear_event): Removed printf() statement. svn path=/trunk/; revision=30709
Diffstat (limited to 'plugins/copy-tool/ChangeLog')
-rw-r--r--plugins/copy-tool/ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/copy-tool/ChangeLog b/plugins/copy-tool/ChangeLog
index fc391e095a..f29bcf4662 100644
--- a/plugins/copy-tool/ChangeLog
+++ b/plugins/copy-tool/ChangeLog
@@ -1,9 +1,11 @@
-2005-11-29 Simon Zheng <Simon.Zheng@Sun.Com>
+2005-11-30 Simon Zheng <Simon.Zheng@Sun.Com>
Fix for 322733.
- * copy-tool.c: (ct_selection_get): Move printf() statement after
- NULL checking.
+ * copy-tool.c: (ct_selection_get): Removed printf() statement
+ in order to avoid printing NULL point.
+ (org_gnome_copy_tool_copy_address): Removed printf() statement.
+ (ct_selection_clear_event): Removed printf() statement.
2005-05-11 Not Zed <NotZed@Ximian.com>