FreeBSD Bugzilla – Attachment 123476 Details for
Bug 166817
[PATCH] audio/sound-juicer suddenly exits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 870 bytes, created by
Shin-ichi Okano
on 2012-04-10 14:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Shin-ichi Okano
Created:
2012-04-10 14:30:01 UTC
Size:
870 bytes
patch
obsolete
>--- src/sj-main.c.orig 2012-02-14 16:44:03.000000000 +0900 >+++ src/sj-main.c 2012-02-14 16:46:41.000000000 +0900 >@@ -410,9 +410,11 @@ > g_return_val_if_fail (title != NULL, NULL); > g_return_val_if_fail (artist != NULL, NULL); > >- infobar = gtk_info_bar_new_with_buttons (_("S_ubmit Album"), GTK_RESPONSE_OK, >- GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, >- NULL); >+ infobar = gtk_info_bar_new (); >+ button = gtk_info_bar_add_button (GTK_INFO_BAR (infobar), >+ _("S_ubmit Album"), GTK_RESPONSE_OK); >+ gtk_info_bar_add_button (GTK_INFO_BAR (infobar), >+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL); > > /* Translators: title, artist */ > primary_text = g_strdup_printf (_("Could not find %s by %s on MusicBrainz."), title, artist);
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 166817
: 123476