summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-25 14:23:21 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-25 14:23:21 +0000
commitb5540c1fb8af83dfb74d37530c8c5bdd567ef528 (patch)
tree0bcbe965f4a35565938a2389b80936c5b9822df7 /control-center
parent740c3c35b2917846259c2115c05423893e504481 (diff)
downloadcontrol-center-b5540c1fb8af83dfb74d37530c8c5bdd567ef528.tar
control-center-b5540c1fb8af83dfb74d37530c8c5bdd567ef528.tar.gz
control-center-b5540c1fb8af83dfb74d37530c8c5bdd567ef528.tar.bz2
control-center-b5540c1fb8af83dfb74d37530c8c5bdd567ef528.tar.xz
control-center-b5540c1fb8af83dfb74d37530c8c5bdd567ef528.zip
switch from ugtk2 to mygtk2 in order to load splash screen
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 2da31097..5a47f0f9 100755
--- a/control-center
+++ b/control-center
@@ -96,7 +96,7 @@ $window_splash->set_title(N("Mandriva Linux Control Center"));
$window_splash->set_position('center_always');
$window_splash->add(gtknew('Fixed', widget_name => 'Steps',
children => [
- [ gtkcreate_img("splash_screen"), 0, 0 ],
+ [ gtknew('Image', file => 'splash_screen'), 0, 0 ],
[ gtknew('Label', text => N("Mandriva Linux Control Center")), 21, 60 ],
[ gtknew('Label', text => N("Loading... Please wait")), 21, 175 ],
]),