diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-08-22 14:10:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-08-22 14:10:20 +0000 |
commit | 78d8dea90bafc83e151a343f71654df458c55b07 (patch) | |
tree | ffabd88eb8b846f59e3dacd138ec91fc9ca97e63 /perl-install/unused | |
parent | 97508a48507de82086637978537726a2c5cf19bc (diff) | |
download | drakx-backup-do-not-use-78d8dea90bafc83e151a343f71654df458c55b07.tar drakx-backup-do-not-use-78d8dea90bafc83e151a343f71654df458c55b07.tar.gz drakx-backup-do-not-use-78d8dea90bafc83e151a343f71654df458c55b07.tar.bz2 drakx-backup-do-not-use-78d8dea90bafc83e151a343f71654df458c55b07.tar.xz drakx-backup-do-not-use-78d8dea90bafc83e151a343f71654df458c55b07.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/unused')
-rw-r--r-- | perl-install/unused/migrate-ugtk2-to-mygtk2.pl | 4 |
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) { |