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