Fixed what looks like a typo

This commit is contained in:
Pierre Pronchery 2013-11-26 01:04:28 +01:00
parent dc168e4bbd
commit 6b7a073fd1

View File

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