[bijiben] Update to later libgd



commit 265015bcf6623a3882ac395d2ceb0dacdc887966
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Tue Sep 17 00:16:15 2013 +0200

    Update to later libgd
    
    Not the latest however, to avoid a crash which remain to be explored.

 libgd                |    2 +-
 src/bjb-controller.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgd b/libgd
index bda4b2c..4b7f313 160000
--- a/libgd
+++ b/libgd
@@ -1 +1 @@
-Subproject commit bda4b2cd115de3780136c17a8efd49e609914482
+Subproject commit 4b7f3139345adee740adc0a4e5bf74d9b7d22d0f
diff --git a/src/bjb-controller.c b/src/bjb-controller.c
index 75436da..9d88065 100644
--- a/src/bjb-controller.c
+++ b/src/bjb-controller.c
@@ -104,7 +104,8 @@ bjb_controller_init (BjbController *self)
                               G_TYPE_STRING,      // author
                               GDK_TYPE_PIXBUF,    // icon then note
                               G_TYPE_INT64,       // mtime
-                              G_TYPE_BOOLEAN);    // state
+                              G_TYPE_BOOLEAN,     // state
+                              G_TYPE_UINT);       // pulse
 
   priv->model = GTK_TREE_MODEL(store) ;
   priv->items_to_show = NULL;
@@ -294,7 +295,6 @@ bjb_controller_add_item (BjbController *self,
        GD_MAIN_COLUMN_SECONDARY_TEXT, NULL,
        GD_MAIN_COLUMN_ICON, pix,
        GD_MAIN_COLUMN_MTIME, biji_item_get_mtime (item),
-       GD_MAIN_COLUMN_SELECTED, FALSE,
        -1);
 
 }


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