diff options
author | drochner <drochner> | 2007-09-28 08:45:15 +0000 |
---|---|---|
committer | drochner <drochner> | 2007-09-28 08:45:15 +0000 |
commit | e7b161e849563b4a9375d4ee3efbe91d84154a22 (patch) | |
tree | 5594781d567db4565b33da6a408f35c2bb39211e /mail/claws-mail | |
parent | 59117e334ec28c693bb7c4d2ad5f038a6e6e426d (diff) | |
download | pkgsrc-e7b161e849563b4a9375d4ee3efbe91d84154a22.tar.gz |
remove stale patch
Diffstat (limited to 'mail/claws-mail')
-rw-r--r-- | mail/claws-mail/patches/patch-ae | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mail/claws-mail/patches/patch-ae b/mail/claws-mail/patches/patch-ae deleted file mode 100644 index 170c3eccbda..00000000000 --- a/mail/claws-mail/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1 2007/08/31 11:04:18 drochner Exp $ - ---- ./src/inc.c.orig 2007-08-31 12:46:22.000000000 +0200 -+++ ./src/inc.c -@@ -1203,7 +1203,7 @@ static void inc_put_error(IncState istat - mainwindow_show_error(); - - if (err_msg) { -- alertpanel_error_log(err_msg); -+ alertpanel_error_log("%s", err_msg); - g_free(err_msg); - } - } |