[gthumb] correctly initialize unsigned integers
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] correctly initialize unsigned integers
- Date: Mon, 28 Apr 2014 14:18:35 +0000 (UTC)
commit 2356b5129ce08202215cc524552679009927930d
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Apr 28 16:06:40 2014 +0200
correctly initialize unsigned integers
gthumb/gth-file-list.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-file-list.c b/gthumb/gth-file-list.c
index 592883f..a93a264 100644
--- a/gthumb/gth-file-list.c
+++ b/gthumb/gth-file-list.c
@@ -438,6 +438,8 @@ gth_file_list_init (GthFileList *file_list)
file_list->priv->visibles = NULL;
file_list->priv->visibility_changed = FALSE;
file_list->priv->thumbnailer_state.phase = THUMBNAILER_PHASE_INITIALIZE;
+ file_list->priv->dirty_event = 0;
+ file_list->priv->restart_thumb_update = 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]