[PATCH] Bug in properties dialog
Nadeem Hasan
nhasan at nadmm.com
Tue Jun 11 01:13:58 BST 2002
Hi,
The permissions tab on properties dialog has code which always adds the
file's group to the user's group list. This has a side effect that the
"Group" line is always highlighted if the user is not the owner of the
file. Isn't this wrong, or did I miss anything?
OK to commit?
Cheers,
--
Nadeem Hasan
nhasan at nadmm.com
http://www.nadmm.com/
Index: kfile/kpropertiesdialog.cpp
===================================================================
RCS file: /home/kde/kdelibs/kio/kfile/kpropertiesdialog.cpp,v
retrieving revision 1.224
diff -u -r1.224 kpropertiesdialog.cpp
--- kfile/kpropertiesdialog.cpp 2002/05/28 21:08:58 1.224
+++ kfile/kpropertiesdialog.cpp 2002/06/11 00:09:53
@@ -1428,12 +1428,6 @@
groupList += name;
}
- /* add the group the file currently belongs to ..
- * .. if its not there already
- */
- if (!groupList.contains(strGroup))
- groupList += strGroup;
-
l = new QLabel( i18n("Group:"), gb );
gl->addWidget (l, 2, 0);
More information about the kde-core-devel
mailing list