[evolution] [bogofilter] Avoid G_PARAM_STATIC_STRINGS.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] [bogofilter] Avoid G_PARAM_STATIC_STRINGS.
- Date: Wed, 3 Aug 2011 14:44:34 +0000 (UTC)
commit 903b8e69b0aba3192dcc9c99e7971f47b0f6be33
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Aug 3 09:43:56 2011 -0500
[bogofilter] Avoid G_PARAM_STATIC_STRINGS.
modules/bogofilter/evolution-bogofilter.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modules/bogofilter/evolution-bogofilter.c b/modules/bogofilter/evolution-bogofilter.c
index 2cc7a64..1d0c99a 100644
--- a/modules/bogofilter/evolution-bogofilter.c
+++ b/modules/bogofilter/evolution-bogofilter.c
@@ -486,8 +486,7 @@ e_bogofilter_class_init (EBogofilterClass *class)
"Convert to Unicode",
"Convert message text to Unicode",
TRUE,
- G_PARAM_READWRITE |
- G_PARAM_STATIC_STRINGS));
+ G_PARAM_READWRITE));
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]