summaryrefslogtreecommitdiff
path: root/mail/balsa/files/patch-libbalsa_information.c
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-05-30 15:35:19 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-05-30 15:35:19 +0000
commit578a85c2784c20cf7f5e77f93296c4259cbb808d (patch)
treeb09de49859171b63badcaf09d1f80c7c14f8d5d3 /mail/balsa/files/patch-libbalsa_information.c
parentStage support. (diff)
Update to 2.5.1.
Stagify, use short options. Submitted by: Gustau Perez
Notes
Notes: svn path=/head/; revision=355860
Diffstat (limited to 'mail/balsa/files/patch-libbalsa_information.c')
-rw-r--r--mail/balsa/files/patch-libbalsa_information.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/balsa/files/patch-libbalsa_information.c b/mail/balsa/files/patch-libbalsa_information.c
deleted file mode 100644
index 7d37e182935f..000000000000
--- a/mail/balsa/files/patch-libbalsa_information.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- libbalsa/information.c.orig 2011-08-16 13:30:24.000000000 +0200
-+++ libbalsa/information.c 2011-08-16 13:30:48.000000000 +0200
-@@ -122,7 +122,7 @@ libbalsa_information_varg(GtkWindow *par
- g_free(msg);
-
- note =
-- notify_notification_new("Balsa", escaped->str, icon_str, NULL);
-+ notify_notification_new("Balsa", escaped->str, icon_str);
- g_string_free(escaped, TRUE);
-
- notify_notification_set_timeout(note, 7000); /* 7 seconds */