Bugzilla – Attachment 546088 Details for
Bug 779048
Hibernation doesnt work with splash enabled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
missing-current-theme-in-font-path.patch
0001-Missing-current-theme-in-font-path.patch (text/plain), 1.03 KB, created by
Michael Chang
on 2013-06-28 02:21:18 UTC
(
hide
)
Description:
missing-current-theme-in-font-path.patch
Filename:
MIME Type:
Creator:
Michael Chang
Created:
2013-06-28 02:21:18 UTC
Size:
1.03 KB
patch
obsolete
>From c2c9cc245d60dc850a4b52d09186aba19c780350 Mon Sep 17 00:00:00 2001 >From: Luis Mondesi <lemsx1@gmail.com> >Date: Sat, 16 Jul 2011 06:34:30 -0400 >Subject: [PATCH] Missing current theme in font path > Thanks Peter Hyman <pete@peterhyman.com> for the patch > >--- > src/splashy_video.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/src/splashy_video.c b/src/splashy_video.c >index 1a200e8..096661a 100644 >--- a/src/splashy_video.c >+++ b/src/splashy_video.c >@@ -884,7 +884,7 @@ init_font () > > video.fontdesc.flags = DFDESC_HEIGHT; > >- fontface = g_build_filename (splashy_get_config_string (SPL_THEMES_DIR), splashy_get_config_string ("/splashy/textbox/text/font/file"), NULL); >+ fontface = g_build_filename (splashy_get_config_string (SPL_THEMES_DIR), splashy_get_config_string (SPL_CURRENT_THEME), splashy_get_config_string ("/splashy/textbox/text/font/file"), NULL); > temp = splashy_get_config_int ("/splashy/textbox/text/font/height", > 10); > >-- >1.7.3.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 779048
:
504697
|
505017
|
546087
| 546088