--- gtop-1.0.13/mdi.c.orig 2006-11-10 12:23:48.000000000 -0800 +++ gtop-1.0.13/mdi.c.orig 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,