diff options
author | 2010-01-09 17:42:13 +0000 | |
---|---|---|
committer | 2010-01-09 17:42:13 +0000 | |
commit | 3d69ca1089717e4a348202a234a0c1bcdd3d563e (patch) | |
tree | 3f40e156b204289eb6a27944be953ef5f82ddf4d /app-admin/whowatch/files | |
parent | Version bump to 0.9.8083 Bug #300053 (diff) | |
download | historical-3d69ca1089717e4a348202a234a0c1bcdd3d563e.tar.gz historical-3d69ca1089717e4a348202a234a0c1bcdd3d563e.tar.bz2 historical-3d69ca1089717e4a348202a234a0c1bcdd3d563e.zip |
Bump to stable to fix segfault on amd64 (bug #291638).
Package-Manager: portage-2.2_rc61/cvs/Linux i686
RepoMan-Options: --force
Diffstat (limited to 'app-admin/whowatch/files')
-rw-r--r-- | app-admin/whowatch/files/whowatch-1.6.0-submenus.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/whowatch/files/whowatch-1.6.0-submenus.patch b/app-admin/whowatch/files/whowatch-1.6.0-submenus.patch new file mode 100644 index 000000000000..d9fef88ee1d2 --- /dev/null +++ b/app-admin/whowatch/files/whowatch-1.6.0-submenus.patch @@ -0,0 +1,12 @@ +diff -ur whowatch-1.6.0.org/src/menu.c whowatch-1.6.0/src/menu.c +--- whowatch-1.6.0.org/src/menu.c 2010-01-09 18:19:35.000000000 +0100 ++++ whowatch-1.6.0/src/menu.c 2010-01-09 18:23:47.000000000 +0100 +@@ -37,7 +37,7 @@ + static unsigned short item_cursor; + + #define DUMMY_HEAD {0, 0} +-static char *submenus[] = { "File", "View", "Process", "Users", "Help" }; ++static char *submenus[] = { "File", "View", "Process", "Users", "Help", NULL }; + struct item_bind_t { + unsigned short submenu; /* index in the submenus table */ + struct item_t item; |