]> git.pld-linux.org Git - packages/xfce4-session.git/commitdiff
- correct path to splash engines
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 15 Nov 2010 12:09:22 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfce4-session-splash-path.patch -> 1.1

xfce4-session-splash-path.patch [new file with mode: 0644]

diff --git a/xfce4-session-splash-path.patch b/xfce4-session-splash-path.patch
new file mode 100644 (file)
index 0000000..e8fb864
--- /dev/null
@@ -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);
This page took 0.044712 seconds and 4 git commands to generate.