Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291279 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-panel-2.26.3/gnome-panel/panel-menu-button.c.old (-1 / +1 lines)
Lines 74-80 Link Here
74
} MenuPathRootItem;
74
} MenuPathRootItem;
75
75
76
static MenuPathRootItem root_items [] = {
76
static MenuPathRootItem root_items [] = {
77
	{ APPLICATIONS_MENU, "applications", "applications.menu" },
77
	{ APPLICATIONS_MENU, "applications", "gnome-applications.menu" },
78
	{ SETTINGS_MENU,     "settings",     "settings.menu"     }
78
	{ SETTINGS_MENU,     "settings",     "settings.menu"     }
79
};
79
};
80
80

Return to bug 291279