Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 149291 Details for
Bug 217132
x11-misc/notification-daemon-0.3.7: standard theme doesn't escape markup in summary
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
notification-daemon-0.3.7-summary-markup.patch
notification-daemon-0.3.7-summary-markup.patch (text/plain), 750 bytes, created by
Pacho Ramos
on 2008-04-10 13:14:27 UTC
(
hide
)
Description:
notification-daemon-0.3.7-summary-markup.patch
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2008-04-10 13:14:27 UTC
Size:
750 bytes
patch
obsolete
>--- notification-daemon-0.3.7/src/themes/standard/theme.c.summary-markup 2007-05-14 12:08:42.000000000 -0400 >+++ notification-daemon-0.3.7/src/themes/standard/theme.c 2007-05-14 12:09:49.000000000 -0400 >@@ -866,11 +866,14 @@ notification_tick(GtkWindow *nw, glong r > void > set_notification_text(GtkWindow *nw, const char *summary, const char *body) > { >- char *str; >+ char *str, *quoted; > WindowData *windata = g_object_get_data(G_OBJECT(nw), "windata"); > g_assert(windata != NULL); > >- str = g_strdup_printf("<b><big>%s</big></b>", summary); >+ quoted = g_markup_escape_text (summary, -1); >+ str = g_strdup_printf("<b><big>%s</big></b>", quoted); >+ g_free (quoted); >+ > gtk_label_set_markup(GTK_LABEL(windata->summary_label), str); > g_free(str); >
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 217132
: 149291