diff --git a/src/frontends/gtk/ChangeLog b/src/frontends/gtk/ChangeLog index 430c49a71f..3b4b197b9c 100644 --- a/src/frontends/gtk/ChangeLog +++ b/src/frontends/gtk/ChangeLog @@ -1,6 +1,8 @@ 2006-02-16 John Spray * GCitation.C: Add selected keys to the list, even if they're in the list of bibkeys. + * GViewBase.C: Put update() back into show(), it was still + needed by some dialogs. More investigation needed. 2006-02-14 John Spray * GPainter.[Ch], xftFontMetrics.C: Remove broken multibyte diff --git a/src/frontends/gtk/GViewBase.C b/src/frontends/gtk/GViewBase.C index 73eb15699b..9b071d748e 100644 --- a/src/frontends/gtk/GViewBase.C +++ b/src/frontends/gtk/GViewBase.C @@ -62,6 +62,8 @@ void GViewBase::show() build(); } + update(); + if (dialog().controller().exitEarly()) return;