summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakTermServ
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-05 16:22:45 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-05 16:22:45 +0000
commit3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3 (patch)
treefeeb343e2e96e21c616d2526355c7522611dbfce /perl-install/standalone/drakTermServ
parent157c3f3aaf1c6ec1fc087ea061507600a01304c5 (diff)
downloaddrakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.gz
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.bz2
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.tar.xz
drakx-backup-do-not-use-3ffd9a462debca5f9d6fb55d2c2f3291bd84f6e3.zip
use gtkflush()
Diffstat (limited to 'perl-install/standalone/drakTermServ')
-rwxr-xr-xperl-install/standalone/drakTermServ4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ
index 0a359c203..cef0b2a58 100755
--- a/perl-install/standalone/drakTermServ
+++ b/perl-install/standalone/drakTermServ
@@ -201,13 +201,13 @@ x:5:respawn:/usr/X11R6/bin/X -ac -query $server_ip\n";
sub cursor_wait {
# turn the cursor to a watch
$window1->{rwindow}->window->set_cursor(new Gtk2::Gdk::Cursor(150));
- Gtk->main_iteration while Gtk->events_pending;
+ gtkflush();
}
sub cursor_norm {
# restore normal cursor
$window1->{rwindow}->window->set_cursor(new Gtk2::Gdk::Cursor(68));
- Gtk->main_iteration while Gtk->events_pending;
+ gtkflush();
}
sub display_error {