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

(-)slab-20060723/control-center/src/control-center.c (-1 / +1 lines)
Lines 140-146 Link Here
140
	}
140
	}
141
141
142
	AppShellData *app_data =
142
	AppShellData *app_data =
143
		appshelldata_new ("preferences.menu", NULL,
143
		appshelldata_new ("settings.menu", NULL,
144
				  CONTROL_CENTER_PREFIX,
144
				  CONTROL_CENTER_PREFIX,
145
				  GTK_ICON_SIZE_DIALOG);
145
				  GTK_ICON_SIZE_DIALOG);
146
	generate_categories (app_data);
146
	generate_categories (app_data);

Return to bug 140027