[gthumb] gth-test-simple: added other operations on integers



commit efdde89f42115aad266782ecf6805705efe90e74
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Apr 4 12:14:49 2013 +0200

    gth-test-simple: added other operations on integers
    
    added 'grater then or equal to' and 'lower than or equal to'

 gthumb/gth-test-simple.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-test-simple.c b/gthumb/gth-test-simple.c
index f6aabd5..13e9919 100644
--- a/gthumb/gth-test-simple.c
+++ b/gthumb/gth-test-simple.c
@@ -55,7 +55,9 @@ GthOpData text_op_data[] = {
 GthOpData int_op_data[] = {
        { N_("is lower than"), GTH_TEST_OP_LOWER, FALSE },
        { N_("is greater than"), GTH_TEST_OP_GREATER, FALSE },
-       { N_("is equal to"), GTH_TEST_OP_EQUAL, FALSE }
+       { N_("is equal to"), GTH_TEST_OP_EQUAL, FALSE },
+       { N_("is greater than or equal to"), GTH_TEST_OP_LOWER, TRUE },
+       { N_("is lower than or equal to"), GTH_TEST_OP_GREATER, TRUE }
 };
 
 GthOpData date_op_data[] = {


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