diff options
-rwxr-xr-x | control-center | 10 | ||||
-rw-r--r-- | drakconf.spec | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/control-center b/control-center index 4eb54efe..a5223a48 100755 --- a/control-center +++ b/control-center @@ -513,19 +513,15 @@ $notebook_global->signal_connect(switch_page => sub { $tab_number > 0 or return; $tab_widget->child->child->child->{redraw_function}->(); }); -$window_global->show_all; -$window_global->window->move(-715, -515); +$window_global->set_usize(715, 515); +$window_global->set_position('center'); Gtk->main_iteration while Gtk->events_pending; +$window_global->show_all; $emb_box->hide; my $p = $#tree + ($::isWiz ? 1 : 0); -foreach (0..$p) { - $notebook_global->set_page($_); - Gtk->main_iteration while Gtk->events_pending; -} Gtk->timeout_remove($timer_splash); $notebook_global->set_page(0); -$window_global->set_default_size(715, 515); $window_splash->destroy(); $window_global->set_position(1); diff --git a/drakconf.spec b/drakconf.spec index 8478fda4..eb3fd78b 100644 --- a/drakconf.spec +++ b/drakconf.spec @@ -5,7 +5,7 @@ Summary: The Mandrake Control Center Name: drakconf Version: %version -Release: 0.26mdk +Release: 0.27mdk # get the source from our cvs repository (see # http://www.linuxmandrake.com/en/cvs.php3) Source0: %name-%version.tar.bz2 @@ -104,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT %_datadir/mcc/themes/kde %changelog +* Thu Sep 5 2002 Thierry Vignaud <tvignaud@mandrakesoft.com> 9.0-0.27mdk +- fix flickering +- fix centerage (better and size independant now) + * Thu Sep 05 2002 David BAUDENS <baudens@mandrakesoft.com> 9.0-0.26mdk - Update icons, authors and copyright |