From cd259d529107f73fa9f7e687a0e896841533d6a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 25 Nov 2002 08:28:14 +0000 Subject: bug fixes and workarounds: - partially fix c-z freeze mcc even after SIGCONT this also make mcc more robust to programs that crash - explain to PO translators the importance of both translating _Options and Options - mcc was not robust when embeded prog crash (kind of deadlock): now, we send ourselves USR1 on child reaping code simplification: - consolidate pixbufs - s/Gtk->main_iteration while Gtk->events_pending/gtkflush/ - make some code more readable - clean code through ugtk::create_factory_menu usage - some perl_checker fixes - test DISPLAY: if we don't have access to X server, switch to console version - simplify config managment - remove dummy timer - s/if (!/unless/ - explain signal handlers goal - simplify and make explanations frame managment more robust: * only start logdrake once * only create explanation frame once * just hide or show it depending on context (resulting in faster redisplay) --- print_launcher.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'print_launcher.pl') diff --git a/print_launcher.pl b/print_launcher.pl index 28a1e9e0..f5742e39 100755 --- a/print_launcher.pl +++ b/print_launcher.pl @@ -3,12 +3,9 @@ use strict; use lib qw(/usr/lib/libDrakX); use common; -use ugtk; -use my_gtk; +use my_gtk qw(:helpers :wrappers :various);; use interactive; use standalone; -init Gtk; -Gtk->set_locale; #------------------------------------------------------------- # i18n -- cgit v1.2.1