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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- control-center/src/control-center.c 
0
++ control-center/src/control-center.c 
Lines 152-158 Link Here
152
		exit (1);
152
		exit (1);
153
	}
153
	}
154
154
155
	app_data = appshelldata_new ("preferences.menu", NULL, CONTROL_CENTER_PREFIX,
155
	app_data = appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX,
156
		GTK_ICON_SIZE_DND, FALSE, TRUE);
156
		GTK_ICON_SIZE_DND, FALSE, TRUE);
157
	generate_categories (app_data);
157
	generate_categories (app_data);
158
158

Return to bug 140027