Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96852
Collapse All | Expand All

(-)lucidlife-0.9/src/lucidlife.c (+1 lines)
Lines 2089-2094 Link Here
2089
void init_toolbar(GtkWidget* containing_box)
2089
void init_toolbar(GtkWidget* containing_box)
2090
{
2090
{
2091
	gui.toolbar = gtk_ui_manager_get_widget (gui.ui_manager, "/MainToolBar");
2091
	gui.toolbar = gtk_ui_manager_get_widget (gui.ui_manager, "/MainToolBar");
2092
	gtk_toolbar_set_style(gui.toolbar, GTK_TOOLBAR_ICONS);
2092
	gtk_box_pack_start (GTK_BOX (containing_box), gui.toolbar, FALSE, FALSE, 0);
2093
	gtk_box_pack_start (GTK_BOX (containing_box), gui.toolbar, FALSE, FALSE, 0);
2093
2094
2094
	/* Create the Gen/s slider */
2095
	/* Create the Gen/s slider */

Return to bug 96852