[gthumb/gthumb-3-4] test simple: explicitly set the data type to none



commit bc00d56b1e17a3fc65fda4946cef76837ccf63cd
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Mon Apr 3 19:26:21 2017 +0200

    test simple: explicitly set the data type to none

 gthumb/gth-test-simple.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-test-simple.c b/gthumb/gth-test-simple.c
index 13e9919..c78965b 100644
--- a/gthumb/gth-test-simple.c
+++ b/gthumb/gth-test-simple.c
@@ -1245,6 +1245,7 @@ static void
 gth_test_simple_init (GthTestSimple *test)
 {
        test->priv = g_new0 (GthTestSimplePrivate, 1);
+       test->priv->data_type = GTH_TEST_DATA_TYPE_NONE;
 }
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]