aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/copy-tool/copy-tool.c
Commit message (Collapse)AuthorAgeFilesLines
* Get the mailer's URI popup menu working.Matthew Barnes2009-05-281-71/+0
| | | | | Except for "Add to Address Book", which looks like a project unto itself. This also kills off another plugin (copy-tool).
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-4/+4
|
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
|
* License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-4/+22
| | | | svn path=/trunk/; revision=36116
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-1/+1
| | | | | | | | | | 2008-06-06 Matthew Barnes <mbarnes@redhat.com> ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (#536637) svn path=/trunk/; revision=35606
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* ** Fixes bug #322771Srinivasa Ragavan2006-08-211-50/+13
| | | | svn path=/trunk/; revision=32602
* Fix for 322733.Simon Zheng2005-11-301-11/+1
| | | | | | | | | | | | | 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
* Fix for 322733.Simon Zheng2005-11-291-2/+2
| | | | | | | | | | | 2005-11-29 Simon Zheng <Simon.Zheng@Sun.Com> Fix for 322733. * copy-tool.c: (ct_selection_get): Move printf() statement after NULL checking. svn path=/trunk/; revision=30706
* implemented a copy-utils plugin.Not Zed2004-10-211-0/+100
2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a copy-utils plugin. svn path=/trunk/; revision=27671