summaryrefslogtreecommitdiffstats
path: root/mail/evolution/files
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 01:37:33 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2005-09-06 01:37:33 +0800
commitd606ac68895f554635e146d9344a446a88883c23 (patch)
tree10a8fbb0ee243a664121a9ef57f615a8be70f359 /mail/evolution/files
parenta8049fc5d7818c6bf93d81a61724999e6adf1299 (diff)
downloadmarcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar.gz
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar.bz2
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar.lz
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar.xz
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.tar.zst
marcuscom-ports-d606ac68895f554635e146d9344a446a88883c23.zip
Update to 2.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4712 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/files')
-rw-r--r--mail/evolution/files/patch-plugins_print-message_print-message.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/mail/evolution/files/patch-plugins_print-message_print-message.c b/mail/evolution/files/patch-plugins_print-message_print-message.c
deleted file mode 100644
index ab20f4345..000000000
--- a/mail/evolution/files/patch-plugins_print-message_print-message.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- plugins/print-message/print-message.c.orig Wed Jun 15 19:36:52 2005
-+++ plugins/print-message/print-message.c Wed Jun 15 19:37:09 2005
-@@ -74,13 +74,14 @@ org_gnome_print_message (EPlugin *ep, EM
-
- EMsgComposer *composer = (EMsgComposer *)t->target.widget;
- struct _print_data *data;
-+ GtkDialog *dialog;
-
- data = g_malloc0(sizeof(*data));
- data->config = e_print_load_config ();
- data->preview = 0;
-
- data->msg = e_msg_composer_get_message (composer, 1);
-- GtkDialog *dialog = (GtkDialog *)e_print_get_dialog_with_config (_("Print Message"), GNOME_PRINT_DIALOG_COPIES, data->config);
-+ dialog = (GtkDialog *)e_print_get_dialog_with_config (_("Print Message"), GNOME_PRINT_DIALOG_COPIES, data->config);
- gtk_dialog_set_default_response(dialog, GNOME_PRINT_DIALOG_RESPONSE_PRINT);
- e_dialog_set_transient_for ((GtkWindow *) dialog, (GtkWidget *) composer);
- g_signal_connect(dialog, "response", G_CALLBACK(print_response), data);