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 =
141
	AppShellData *app_data =
142
		appshelldata_new ("preferences.menu", NULL, CONTROL_CENTER_PREFIX,
142
		appshelldata_new ("settings.menu", NULL, CONTROL_CENTER_PREFIX,
143
		GTK_ICON_SIZE_DIALOG);
143
		GTK_ICON_SIZE_DIALOG);
144
	generate_categories (app_data);
144
	generate_categories (app_data);
145
	GSList *actions = get_actions_list ();
145
	GSList *actions = get_actions_list ();

Return to bug 140027