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

Collapse All | Expand All

(-)a/src/fe-gtk/menu.c (-3 / +4 lines)
Lines 2209-2216 togitem: Link Here
2209
													 mymenu[i].state);*/
2209
													 mymenu[i].state);*/
2210
			if (mymenu[i].key != 0)
2210
			if (mymenu[i].key != 0)
2211
				gtk_widget_add_accelerator (item, "activate", accel_group,
2211
				gtk_widget_add_accelerator (item, "activate", accel_group,
2212
									mymenu[i].key, mymenu[i].id == MENU_ID_AWAY ?
2212
									mymenu[i].key,
2213
									away_mask : GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
2213
									mymenu[i].id == MENU_ID_AWAY ? away_mask :
2214
									mymenu[i].key == GDK_F9 ? 0 :
2215
									GDK_CONTROL_MASK, GTK_ACCEL_VISIBLE);
2214
			if (mymenu[i].callback)
2216
			if (mymenu[i].callback)
2215
				g_signal_connect (G_OBJECT (item), "toggled",
2217
				g_signal_connect (G_OBJECT (item), "toggled",
2216
										G_CALLBACK (mymenu[i].callback), 0);
2218
										G_CALLBACK (mymenu[i].callback), 0);
2217
- 

Return to bug 436536