author | Sergey Poznyakoff <gray@gnu.org> | 2016-03-19 12:58:27 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2016-03-19 14:30:41 (GMT) |
commit | d6102982ae0e69a2c75cd2a499ba3909516cc0ae (patch) (side-by-side diff) | |
tree | 054f8a27dc1eb92497d9bb357f2cde7f0d823fac /src | |
parent | 60b43ae490f52a783a34c8d77baaa695f7c32f01 (diff) | |
download | pies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.gz pies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.bz2 |
Add testsute
-rw-r--r-- | src/progman.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progman.c b/src/progman.c index 5693011..fdb829a 100644 --- a/src/progman.c +++ b/src/progman.c @@ -2078,7 +2078,7 @@ notify (const char *tag, int status, struct action *act) #define INSTANCE_IDX 3 "instance", NULL, "canonical_program_name", "pies", - "package", PACKAGE, + "package", PACKAGE_NAME, "version", PACKAGE_VERSION, NULL }; |