aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/email-custom-header
Commit message (Collapse)AuthorAgeFilesLines
* Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-112-2/+8
| | | | svn path=/branches/kill-bonobo/; revision=36307
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-153-12/+37
| | | | svn path=/branches/kill-bonobo/; revision=35994
* Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-086-4/+628
| | | | svn path=/branches/kill-bonobo/; revision=35931
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-212-2/+2
| | | | svn path=/trunk/; revision=35665
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-062-6/+4
| | | | | | | | | | 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
* Distribute the Glade file.Matthew Barnes2008-06-022-1/+7
| | | | | | | | | | 2008-06-02 Matthew Barnes <mbarnes@redhat.com> * plugins/email-custom-header/Makefile.am: Distribute the Glade file. svn path=/trunk/; revision=35578
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Ashish Shrivastava2008-06-023-54/+20
| | | | | | | | | | | | 2008-06-02 Ashish Shrivastava <shashish@novell.com> ** Fixes bug #536183 * email-custom-header.c: * org-gnome-email-custom-header.glade: Change email custom header's dialog to non-modal. Remove un-used tab from dialog svn path=/trunk/; revision=35577
* ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-232-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fix a bunch of compiler warnings. * calendar/gui/e-select-names-renderer.c (e_select_names_renderer_focus_out_event): Remove this function. Looks like it hasn't been used in years. * mail/em-format-html.c (efh_message_external): Fix a typo in checking for an empty 'mode' string. * mail/message-list.c (subtree_size): Remove this function. Looks like it hasn't been used in years. * plugins/email-custom-header/email-custom-header.c (action_email_custom_header_cb): Remove unused 'editor' variable. * plugins/save-calendar/csv-format.c (do_save_calendar_csv): * plugins/save-calendar/rdf-format.c (do_save_calendar_rdf): Remove pointless address check of a local variable. svn path=/trunk/; revision=35527
* ** Fixes bug #534360Matthew Barnes2008-05-232-4/+11
| | | | | | | | | | | | 2008-05-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #534360 Migrate from deprecated GtkObject symbols to GObject equivalents. Touches over 150 files in all components; too many to list. svn path=/trunk/; revision=35526
* Committing on behalf of Ashish Shrivastava <shashish@novell.com>Akhil Laddha2008-05-197-0/+893
Commit for Custom header support svn path=/trunk/; revision=35510