[Xfce4-commits] <ristretto:ristretto-0.0> remove GFileMonitor from image class, going to be replaced by a singleton for file-monitoring
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:29:02 CEST 2011
Updating branch refs/heads/ristretto-0.0
to 20aaa4b36f08e9b4d274955f9bb4e5c5d5ff064c (commit)
from a3a4734ff93c628f82c1cb27acc509d0e283a448 (commit)
commit 20aaa4b36f08e9b4d274955f9bb4e5c5d5ff064c
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Nov 15 20:36:20 2010 +0100
remove GFileMonitor from image class, going to be replaced by a singleton for file-monitoring
src/image.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/image.c b/src/image.c
index f4f5019..09fe562 100644
--- a/src/image.c
+++ b/src/image.c
@@ -100,7 +100,6 @@ struct _RsttoImagePriv
/* File data */
/*************/
GFile *file;
- GFileMonitor *monitor;
GCancellable *cancellable;
/* File I/O data */
@@ -136,7 +135,6 @@ rstto_image_init (GObject *object)
/* Initialize buffer for image-loading */
image->priv->buffer = g_new0 (guchar, RSTTO_IMAGE_BUFFER_SIZE);
image->priv->cancellable = g_cancellable_new();
-
}
More information about the Xfce4-commits
mailing list