[Xfce4-commits] <ristretto:ristretto-0.0> That was a bug... reverting last change, I need to implement some better way of doing this.
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:13:07 CEST 2011
Updating branch refs/heads/ristretto-0.0
to 580177dc2ef4a2b3eaeade76bd83a94a1b6b9534 (commit)
from fa5894a0df7f1bc7052c17fd2085e81b906497ba (commit)
commit 580177dc2ef4a2b3eaeade76bd83a94a1b6b9534
Author: Stephan Arts <stephan at xfce.org>
Date: Sun Feb 22 09:36:36 2009 +0100
That was a bug... reverting last change, I need to implement some better
way of doing this.
src/picture_viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/picture_viewer.c b/src/picture_viewer.c
index 6710a6a..364e445 100644
--- a/src/picture_viewer.c
+++ b/src/picture_viewer.c
@@ -1003,7 +1003,7 @@ cb_rstto_picture_viewer_motion_notify_event (RsttoPictureViewer *viewer,
static gboolean
cb_rstto_picture_viewer_queued_repaint(RsttoPictureViewer *viewer)
{
- //rstto_picture_viewer_refresh(viewer);
+ rstto_picture_viewer_refresh(viewer);
rstto_picture_viewer_paint(GTK_WIDGET(viewer));
g_source_remove(viewer->priv->refresh.idle_id);
More information about the Xfce4-commits
mailing list