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

Collapse All | Expand All

(-)control-center/src/control-center.c (-1 / +1 lines)
Lines 139-145 main (int argc, char *argv[]) Link Here
139
	}
139
	}
140
140
141
	AppShellData *app_data = appshelldata_new (
141
	AppShellData *app_data = appshelldata_new (
142
		"preferences.menu", NULL, CONTROL_CENTER_PREFIX, GTK_ICON_SIZE_DIALOG);
142
		"settings.menu", NULL, CONTROL_CENTER_PREFIX, GTK_ICON_SIZE_DIALOG);
143
	generate_categories (app_data);
143
	generate_categories (app_data);
144
144
145
	GSList *actions = get_actions_list ();
145
	GSList *actions = get_actions_list ();

Return to bug 140027