diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-14 16:16:22 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-14 16:16:22 +0000 |
commit | 7383b2be362359d851516d91935a3af8d8ff627b (patch) | |
tree | 3b532ba75203beba352bfc39cc6b243a7ca8da2e | |
parent | a126b893c7d4bfddedec65642dc38c09fa37e939 (diff) | |
download | drakx-backup-do-not-use-7383b2be362359d851516d91935a3af8d8ff627b.tar drakx-backup-do-not-use-7383b2be362359d851516d91935a3af8d8ff627b.tar.gz drakx-backup-do-not-use-7383b2be362359d851516d91935a3af8d8ff627b.tar.bz2 drakx-backup-do-not-use-7383b2be362359d851516d91935a3af8d8ff627b.tar.xz drakx-backup-do-not-use-7383b2be362359d851516d91935a3af8d8ff627b.zip |
remove last occurence of bubble word
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index f8b93ab22..ab26bda46 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1563,7 +1563,7 @@ sub new { sub process_next { my ($self) = @_; shift @{$self->{queue}}; - #- wait for some time so that the new bubble is noticeable + #- wait for some time so that the new notification is noticeable @{$self->{queue}} and Glib::Timeout->add($self->{delay}, sub { $self->show; 0 }); } |