Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101626 Details for
Bug 145722
gnome-extra/gtop-1.0.13-r2 fails on gcc 4.1.1 at mdi.c
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This makes the declarations consistent.
gtop-1.0.13-mdi-static.patch (text/plain), 869 bytes, created by
Gordon Oliver
on 2006-11-10 12:53:49 UTC
(
hide
)
Description:
This makes the declarations consistent.
Filename:
MIME Type:
Creator:
Gordon Oliver
Created:
2006-11-10 12:53:49 UTC
Size:
869 bytes
patch
obsolete
>--- gtop-1.0.13/mdi.c.orig 2006-11-10 12:23:48.000000000 -0800 >+++ gtop-1.0.13/mdi.c 2006-11-10 12:24:27.000000000 -0800 >@@ -46,7 +46,7 @@ > GNOMEUIINFO_END > }; > >-GnomeUIInfo addProcChildMenu [] = { >+static GnomeUIInfo addProcChildMenu [] = { > GNOMEUIINFO_ITEM_DATA (N_("_All Processes"), > N_("Show all processes"), > add_proc_child_cb, >@@ -60,7 +60,7 @@ > GNOMEUIINFO_END > }; > >-GnomeUIInfo addMemChildMenu [] = { >+static GnomeUIInfo addMemChildMenu [] = { > GNOMEUIINFO_ITEM_DATA (N_("_Resident Sizes of Processes"), > N_("Show resident sizes of processes"), > add_mem_child_cb, >@@ -89,7 +89,7 @@ > GNOMEUIINFO_END > }; > >-GnomeUIInfo addFsChildMenu [] = { >+static GnomeUIInfo addFsChildMenu [] = { > GNOMEUIINFO_ITEM_DATA (N_("_Total Filesystem Sizes"), > N_("Show total filesystem sizes"), > add_fs_child_cb,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 145722
: 101626 |
101627