Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 57052 Details for
Bug 76127
Gyach enhanced is a Yahoo Messenger linux client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix segfault for animated smileys
gyach-enhance-1.0.7-animations.patch (text/plain), 624 bytes, created by
Brian Beardall
on 2005-04-23 16:52:38 UTC
(
hide
)
Description:
Patch to fix segfault for animated smileys
Filename:
MIME Type:
Creator:
Brian Beardall
Created:
2005-04-23 16:52:38 UTC
Size:
624 bytes
patch
obsolete
>--- 1.0.7.orig/gyach/src/animations.c 2005-04-03 05:22:12.000000000 -0600 >+++ 1.0.7/gyach/src/animations.c 2005-04-23 17:30:23.000000000 -0600 >@@ -46,10 +46,14 @@ > > if (myimage && anim) { > buf=gdk_pixbuf_animation_get_static_image(anim); >+ g_object_ref(anim); /****** Mick - fix segfault ****/ > if (buf) { >+ g_object_ref(buf); /****** Mick - fix segfulat ******/ > gtk_image_set_from_pixbuf(myimage, buf); > running_animations--; >- if (running_animations<0) {running_animations=0;} >+ if (running_animations<0){ >+ running_animations=0; >+ } > g_object_unref( buf ); > } > g_object_unref(anim);
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 76127
:
51178
|
53246
|
53247
|
53248
|
53659
|
53660
|
54911
|
54914
|
55611
|
55612
|
55613
|
55628
|
55629
|
55630
|
55631
|
55698
|
55699
|
55700
|
55830
| 57052 |
57054
|
57684
|
60349
|
60350
|
60351
|
60353
|
62038