Avoid a compiler warning
This commit is contained in:
		| @ -17,7 +17,7 @@ on_bar_response (GtkInfoBar *info_bar, | ||||
|  | ||||
|   if (response_id == GTK_RESPONSE_CLOSE) | ||||
|     { | ||||
|       gtk_widget_hide (info_bar); | ||||
|       gtk_widget_hide (GTK_WIDGET (info_bar)); | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen