2007-03-05 [paul] 2.8.0cvs21

* src/plugins/pgpcore/prefs_gpg.c
		fix compiler warning
This commit is contained in:
Paul Mangan 2007-03-05 16:13:52 +00:00
parent 9497b72a50
commit 6d14c0463b
4 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-03-05 [paul] 2.8.0cvs21
* src/plugins/pgpcore/prefs_gpg.c
fix compiler warning
2007-03-05 [wwp] 2.8.0cvs20
* src/matcher_parser_parse.y

View file

@ -2413,3 +2413,4 @@
( cvs diff -u -r 1.60.2.26 -r 1.60.2.27 src/filtering.c; ) > 2.8.0cvs18.patchset
( cvs diff -u -r 1.25.2.26 -r 1.25.2.27 src/matcher_parser_parse.y; cvs diff -u -r 1.1.4.35 -r 1.1.4.36 src/prefs_filtering_action.c; cvs diff -u -r 1.75.2.37 -r 1.75.2.38 src/matcher.c; cvs diff -u -r 1.39.2.11 -r 1.39.2.12 src/matcher.h; cvs diff -u -r 1.60.2.27 -r 1.60.2.28 src/filtering.c; cvs diff -u -r 1.21.2.11 -r 1.21.2.12 src/filtering.h; ) > 2.8.0cvs19.patchset
( cvs diff -u -r 1.25.2.27 -r 1.25.2.28 src/matcher_parser_parse.y; ) > 2.8.0cvs20.patchset
( cvs diff -u -r 1.1.2.21 -r 1.1.2.22 src/plugins/pgpcore/prefs_gpg.c; ) > 2.8.0cvs21.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=8
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=20
EXTRA_VERSION=21
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -538,7 +538,7 @@ void prefs_gpg_init()
{
static gchar *path[3];
gchar *rcpath;
gchar *tmp = NULL;
const gchar *tmp = NULL;
prefs_set_default(param);
rcpath = g_strconcat(get_rc_dir(), G_DIR_SEPARATOR_S, COMMON_RC, NULL);