[nanny] Fix a bug with the category selection
- From: Cesar Garcia Tapia <ctapia src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nanny] Fix a bug with the category selection
- Date: Wed, 3 Feb 2010 15:11:35 +0000 (UTC)
commit 6c7d203c28916071a92ea40d59489b92c35cea8e
Author: Cesar Garcia Tapia <cesar garcia tapia openshine com>
Date: Wed Feb 3 16:07:06 2010 +0100
Fix a bug with the category selection
client/gnome/admin/src/ConfigureProxyDialog.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/client/gnome/admin/src/ConfigureProxyDialog.py b/client/gnome/admin/src/ConfigureProxyDialog.py
index 308534d..c8705c8 100644
--- a/client/gnome/admin/src/ConfigureProxyDialog.py
+++ b/client/gnome/admin/src/ConfigureProxyDialog.py
@@ -464,12 +464,12 @@ class ConfigureProxyDialog (gtk.Dialog):
check_all_cells, active_categories = data
model[path][0] = check_all_cells
if check_all_cells:
- category_name = model[path][1]
+ category_name = model[path][2]
active_categories.append (category_name)
def __get_packaged_blacklist_categories (self, model, path, iter, active_categories):
category_active = model.get_value (iter, 0)
- category_name = model.get_value (iter, 1)
+ category_name = model.get_value (iter, 2)
if category_active:
active_categories.append (category_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]