Avoid unreachable code
Reestablish an else that went missing in commit 5ff328d2. Without
it, the return is reached unconditionally, and the code behind
it is dead.
			
			
This commit is contained in:
		| @ -499,6 +499,7 @@ gtk_widget_accessible_notify_gtk (GObject    *obj, | ||||
|       gtk_widget_accessible_update_tooltip (GTK_WIDGET_ACCESSIBLE (atk_obj), | ||||
|                                             widget); | ||||
|     } | ||||
|   else | ||||
|     return; | ||||
|  | ||||
|   atk_object_notify_state_change (atk_obj, state, value); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen