diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-28 08:45:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-28 08:45:15 +0000 |
commit | 4c19a06dde7327c994b8a63db55dc54554cafc1c (patch) | |
tree | 5594781d567db4565b33da6a408f35c2bb39211e | |
parent | 0c89fa3fd0dc6022eb2d2fc9f4cc4c94b0521482 (diff) | |
download | pkgsrc-4c19a06dde7327c994b8a63db55dc54554cafc1c.tar.gz |
remove stale patch
-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); - } - } |