Hi, I am currently experiencing a problem with Evince in which repeatedly opening the same file causes the Evince window to become larger and larger.
So far I have tracked the problem down to the window_configure_event_cb function in ev-window.c. For some reason, the width and height attributes of the GdkEventConfigure event that is passed to the callback are wrong: they are both 50 pixels more than the correct value (as determined by taking a screenshot and measuring the window size, decorations included, in GIMP). Does anyone have an idea of why that would happen?