Update of /cvsroot/perl-ldap/ldap/contrib
In directory sc8-pr-cvs1:/tmp/cvs-serv559/ldap/contrib
Modified Files:
tklkup
Log Message:
Removed one of the mainwindow update commands in the schema display
section, it was interfering with the automatic window sizing on
window creation.
Index: tklkup
===================================================================
RCS file: /cvsroot/perl-ldap/ldap/contrib/tklkup,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- tklkup 25 Jan 2003 03:45:49 -0000 1.38
+++ tklkup 25 Jan 2003 05:00:26 -0000 1.39
@@ -1473,12 +1473,6 @@
-> pack(-fill => 'x');
#
-# Allow mainWindow to update
-#
-
-$Global{'mainWindow'}->update;
-
-#
# Create list frame.
#
|