Author: baggins Date: Mon Nov 15 12:09:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - correct path to splash engines
---- Files affected: packages/xfce4-session: xfce4-session-splash-path.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfce4-session/xfce4-session-splash-path.patch diff -u /dev/null packages/xfce4-session/xfce4-session-splash-path.patch:1.1 --- /dev/null Mon Nov 15 13:09:28 2010 +++ packages/xfce4-session/xfce4-session-splash-path.patch Mon Nov 15 13:09:22 2010 @@ -0,0 +1,11 @@ +--- xfce4-session-4.7.1/xfce4-session/xfsm-splash-screen.c~ 2010-11-03 21:11:37.000000000 +0100 ++++ xfce4-session-4.7.1/xfce4-session/xfsm-splash-screen.c 2010-11-15 13:08:21.252465452 +0100 +@@ -280,7 +280,7 @@ + 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); + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
