Fixed what looks like a typo
This commit is contained in:
parent
dc168e4bbd
commit
6b7a073fd1
@ -3092,8 +3092,8 @@ void phone_show_write(Phone * phone, gboolean show, ...)
|
|||||||
|
|
||||||
if(show == FALSE)
|
if(show == FALSE)
|
||||||
{
|
{
|
||||||
if(phone->lo_window != NULL)
|
if(phone->wr_window != NULL)
|
||||||
gtk_widget_hide(phone->lo_window);
|
gtk_widget_hide(phone->wr_window);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
va_start(ap, show);
|
va_start(ap, show);
|
||||||
|
Loading…
Reference in New Issue
Block a user