From 692a3908fb6ee7e613e37976b13d820378169104 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Thu, 6 Dec 2012 11:23:25 +0100 Subject: [PATCH] Using of images for allow/deny in treeview. --- data/autoz-gui/gui/autoz-gui.ui | 9 ++++++--- src/authorizations.c | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data/autoz-gui/gui/autoz-gui.ui b/data/autoz-gui/gui/autoz-gui.ui index 65f3609..6079a98 100644 --- a/data/autoz-gui/gui/autoz-gui.ui +++ b/data/autoz-gui/gui/autoz-gui.ui @@ -48,7 +48,7 @@ - + @@ -436,13 +436,16 @@ + autosize Allow/Deny + True True + 0.5 3 - + - 3 + 3 diff --git a/src/authorizations.c b/src/authorizations.c index 74df47f..aadec65 100644 --- a/src/authorizations.c +++ b/src/authorizations.c @@ -208,7 +208,7 @@ authorizations_load (Authorizations *authorizations) COL_ID, g_value_get_int (gda_data_model_get_value_at (dm, 0, row, NULL)), COL_ROLE, gda_value_stringify (gda_data_model_get_value_at (dm, 1, row, NULL)), COL_RESOURCE, gda_value_stringify (gda_data_model_get_value_at (dm, 2, row, NULL)), - COL_TYPE, gda_value_stringify (gda_data_model_get_value_at (dm, 3, row, NULL)), + COL_TYPE, g_value_get_int (gda_data_model_get_value_at (dm, 3, row, NULL)) == 1 ? "gtk-yes" : "gtk-no", -1); } -- 2.49.0