comparison src/layout.c @ 583:de3e2bc22336

Revert patch 675, and correctly fix gtk assertion failure.
author zas_
date Mon, 05 May 2008 08:32:18 +0000
parents 3da75054d4e1
children 905688aa2317
comparison
equal deleted inserted replaced
582:8f696e43873d 583:de3e2bc22336
565 text = buf; 565 text = buf;
566 566
567 image_osd_update(lw->image); 567 image_osd_update(lw->image);
568 } 568 }
569 569
570 gtk_label_set_text(GTK_LABEL(lw->info_status), text); 570 if (lw->info_status) gtk_label_set_text(GTK_LABEL(lw->info_status), text);
571 g_free(buf); 571 g_free(buf);
572 } 572 }
573 573
574 void layout_status_update_image(LayoutWindow *lw) 574 void layout_status_update_image(LayoutWindow *lw)
575 { 575 {