Bug 69356 - Unable to add user to group in redhat-config-user (user manager)
Summary: Unable to add user to group in redhat-config-user (user manager)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: redhat-config-users
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Brent Fox
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 67217
TreeView+ depends on / blocked
 
Reported: 2002-07-22 11:05 UTC by Pavel
Modified: 2008-05-01 15:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-08-21 18:18:51 UTC
Embargoed:


Attachments (Terms of Use)

Description Pavel 2002-07-22 11:05:34 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721

Description of problem:
I'm unable to add user to group with user manager (redhat-config-user). In "user
properties" dialog, "groups" tab and in "group properties" dialog, "Group users"
tab, clicking on checkbox does nothing.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Open User manager (or run redhat-config-users)
2. Select a user
3. Click properties on the toolbar
4. Select Groups tab
5. Click on any group checkbox

OR 

2. Select a group
3. Click properties on the toolbar
4. Select "Group users" tab
5. Click on any user checkbox
	

Actual Results:  Nothing happens

Expected Results:  Add user to a group and mark the appropriate checkbox.

Additional info:

When clicking on checkbox in group properties, following traceback is printed:
Traceback (most recent call last):
  File "/usr/share/redhat-config-users/groupProperties.py", line 159, in
toggled_item
    iter = self.userStore.get_iter(int(row))
TypeError: GtkTreeModel.get_iter() argument 1 must be tuple, not int

When clicking on checkbox in user properties, following traceback is printed:
Traceback (most recent call last):
  File "/usr/share/redhat-config-users/userProperties.py", line 414, in toggled_item
    iter = self.groupStore.get_iter(int(row))
TypeError: GtkTreeModel.get_iter() argument 1 must be tuple, not int

Comment 1 Tim Waugh 2002-08-19 22:34:57 UTC
Do you still see this with redhat-config-users-1.1-13?  I couldn't reproduce 
the problem with that version.

Comment 2 Daniel Walsh 2002-08-21 18:18:43 UTC
http://www.daa.com.au/pipermail/pygtk/2002-May/002885.html
Indicates this might have been fixed in pygtk.

Comment 3 Brent Fox 2002-08-21 20:29:47 UTC
I am unable to reproduce with 1.1-15.  I suspect that dwalsh is correct here. 
Closing as RAWHIDE.  Try updating to the Null beta if you still see this problem.


Note You need to log in before you can comment on or make changes to this bug.