summaryrefslogtreecommitdiffstats
path: root/perl-install/unused
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-22 14:10:20 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-22 14:10:20 +0000
commit78d8dea90bafc83e151a343f71654df458c55b07 (patch)
treeffabd88eb8b846f59e3dacd138ec91fc9ca97e63 /perl-install/unused
parent97508a48507de82086637978537726a2c5cf19bc (diff)
downloaddrakx-78d8dea90bafc83e151a343f71654df458c55b07.tar
drakx-78d8dea90bafc83e151a343f71654df458c55b07.tar.gz
drakx-78d8dea90bafc83e151a343f71654df458c55b07.tar.bz2
drakx-78d8dea90bafc83e151a343f71654df458c55b07.tar.xz
drakx-78d8dea90bafc83e151a343f71654df458c55b07.zip
*** empty log message ***
Diffstat (limited to 'perl-install/unused')
-rw-r--r--perl-install/unused/migrate-ugtk2-to-mygtk2.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/unused/migrate-ugtk2-to-mygtk2.pl b/perl-install/unused/migrate-ugtk2-to-mygtk2.pl
index 71e07faaf..ccd0faaee 100644
--- a/perl-install/unused/migrate-ugtk2-to-mygtk2.pl
+++ b/perl-install/unused/migrate-ugtk2-to-mygtk2.pl
@@ -174,6 +174,10 @@ sub dorepl_new {
if ($class_ eq 'TextView' || !$class) {
$s = "$pre, text => ";
}
+ } elsif ($f eq 'gtkset_text') {
+ if ($class_ eq 'Entry' || !$class) {
+ $s = "$pre, text => ";
+ }
}
if (!$s) {