summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-09-05 17:48:58 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-09-05 17:48:58 +0000
commit42cefc2335208107d7517f0a2b2834206c59b3a8 (patch)
treefb14f7eed455e5f0ce7a3f86e4dbb820b60d7730
parentbd912ad60a4abf5d4f31a197da7ef3b1335d3f0e (diff)
downloadcontrol-center-42cefc2335208107d7517f0a2b2834206c59b3a8.tar
control-center-42cefc2335208107d7517f0a2b2834206c59b3a8.tar.gz
control-center-42cefc2335208107d7517f0a2b2834206c59b3a8.tar.bz2
control-center-42cefc2335208107d7517f0a2b2834206c59b3a8.tar.xz
control-center-42cefc2335208107d7517f0a2b2834206c59b3a8.zip
- fix flickering
- fix centerage (better and size independant now)
-rwxr-xr-xcontrol-center10
-rw-r--r--drakconf.spec6
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