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

(-)src/gtkgui_helpers.py (-1 / +1 lines)
Lines 266-272 Link Here
266
	depending if we have unread messages or not'''
266
	depending if we have unread messages or not'''
267
	if gtk.gtk_version >= (2, 8, 0) and gtk.pygtk_version >= (2, 8, 0):
267
	if gtk.gtk_version >= (2, 8, 0) and gtk.pygtk_version >= (2, 8, 0):
268
		if unread_messages_no > 0:
268
		if unread_messages_no > 0:
269
			window.props.urgency_hint = True
269
			window.props.urgency_hint = False
270
		else:
270
		else:
271
			window.props.urgency_hint = False
271
			window.props.urgency_hint = False
272
272

Return to bug 123229