summaryrefslogtreecommitdiffstats
path: root/print_launcher.pl
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:28:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-11-25 08:28:14 +0000
commitcd259d529107f73fa9f7e687a0e896841533d6a4 (patch)
treee618010a5f63e9fab564708adb265052184c40a2 /print_launcher.pl
parent7379ff633f920c51de0907a35be78ab6ee8f5ad1 (diff)
downloadcontrol-center-cd259d529107f73fa9f7e687a0e896841533d6a4.tar
control-center-cd259d529107f73fa9f7e687a0e896841533d6a4.tar.gz
control-center-cd259d529107f73fa9f7e687a0e896841533d6a4.tar.bz2
control-center-cd259d529107f73fa9f7e687a0e896841533d6a4.tar.xz
control-center-cd259d529107f73fa9f7e687a0e896841533d6a4.zip
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)
Diffstat (limited to 'print_launcher.pl')
-rwxr-xr-xprint_launcher.pl5
1 files changed, 1 insertions, 4 deletions
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