[Xfce4-commits] <xfce4-session:master> Restore splash screen functionality (bug #6831).
Nick Schermer
noreply at xfce.org
Mon Nov 15 23:40:01 CET 2010
Updating branch refs/heads/master
to 66de3a9161e768439118019e0b40e2aace207b10 (commit)
from 394a43c96387ec1c294105b6fa8ea610d5e381dc (commit)
commit 66de3a9161e768439118019e0b40e2aace207b10
Author: Romain Bouvier <skunnyk at archlinux.fr>
Date: Mon Nov 15 23:07:18 2010 +0100
Restore splash screen functionality (bug #6831).
xfce4-session/xfsm-splash-screen.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xfce4-session/xfsm-splash-screen.c b/xfce4-session/xfsm-splash-screen.c
index d22a098..22bf667 100644
--- a/xfce4-session/xfsm-splash-screen.c
+++ b/xfce4-session/xfsm-splash-screen.c
@@ -280,7 +280,7 @@ xfsm_splash_screen_load (XfsmSplashScreen *splash,
void (*init) (XfsmSplashEngine *engine);
gchar *filename;
- filename = g_module_build_path (LIBDIR "/xfce4/splash/engines", engine);
+ filename = g_module_build_path (LIBDIR "/xfce4/session/splash-engines", engine);
splash->module = g_module_open (filename, G_MODULE_BIND_LOCAL);
g_free (filename);
More information about the Xfce4-commits
mailing list