Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 401228 Details for
Bug 538484
xfce-base/xfce4-panel - xfce4-panel hangs when opening clock plugin settings
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix_clock.patch
fix_clock.patch (text/plain), 470 bytes, created by
Geert Braekmans
on 2015-04-14 11:58:07 UTC
(
hide
)
Description:
fix_clock.patch
Filename:
MIME Type:
Creator:
Geert Braekmans
Created:
2015-04-14 11:58:07 UTC
Size:
470 bytes
patch
obsolete
>--- a/plugins/clock/clock.c.orig 2015-02-02 00:38:52.734340136 +0200 >+++ b/plugins/clock/clock.c 2015-02-02 00:38:39.828708453 +0200 >@@ -893,7 +893,7 @@ > > filename = g_build_filename (parent, name, NULL); > >- if (g_file_test (filename, G_FILE_TEST_IS_DIR)) >+ if (g_file_test (filename, G_FILE_TEST_IS_DIR) && !g_file_test (filename, G_FILE_TEST_IS_SYMLINK)) > { > clock_plugin_configure_zoneinfo_model_insert (store, filename); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 538484
:
401228
|
401230
|
401352