[Xfce4-commits] <ristretto:master> Revert "That was a bug... reverting last change, I need to implement some better"
Stephan Arts
stephan at xfce.org
Wed Aug 12 12:18:05 CEST 2009
Updating branch refs/heads/master
to 8ecfb6a2e3e91f6857266a9d17d8475a8d97420e (commit)
from 5932e7f473d373ae87c8532a29c9ee7fc5017a9f (commit)
commit 8ecfb6a2e3e91f6857266a9d17d8475a8d97420e
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Mar 9 21:59:38 2009 +0100
Revert "That was a bug... reverting last change, I need to implement some better"
This reverts commit 580177dc2ef4a2b3eaeade76bd83a94a1b6b9534.
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 364e445..6710a6a 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