summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 82b8ea1f..dcd7c8dd 100755
--- a/control-center
+++ b/control-center
@@ -104,7 +104,7 @@ $window_splash->set_title(N("%s Control Center", $branding));
$window_splash->set_position('center_always');
$window_splash->add(gtknew('Fixed', widget_name => 'Steps',
children => [
- [ gtknew('Image_using_pixbuf', file => 'splash_screen'), 0, 0 ],
+ [ gtknew('Image', file => 'splash_screen'), 0, 0 ],
[ gtknew('Label', text => N("%s Control Center", $branding)), 21, 60 ],
[ gtknew('Label', text => N("Loading... Please wait")), 21, 85 ],
]),