Avoid a compiler warning

This commit is contained in:
Matthias Clasen 2013-08-01 10:55:18 +02:00
parent 312699db67
commit c636b21aec

View File

@ -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;
}