Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 88894 Details for
Bug 133772
xfce4-weather plugin crashes the panel on loading
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that will allow weathe applet to not crash panel
scrollbox.c.patch (text/plain), 1.14 KB, created by
Thomas Green
on 2006-06-11 04:37:42 UTC
(
hide
)
Description:
Patch that will allow weathe applet to not crash panel
Filename:
MIME Type:
Creator:
Thomas Green
Created:
2006-06-11 04:37:42 UTC
Size:
1.14 KB
patch
obsolete
>diff -r -u xfce4-weather-plugin-0.4.9/panel-plugin/scrollbox.c xfce4-weather-plugin-0.4.9-updated/panel-plugin/scrollbox.c >--- xfce4-weather-plugin-0.4.9/panel-plugin/scrollbox.c 2006-06-11 12:27:28.000000000 +0100 >+++ xfce4-weather-plugin-0.4.9-updated/panel-plugin/scrollbox.c 2006-06-11 12:26:19.000000000 +0100 >@@ -17,7 +17,7 @@ > void free_label(struct label *lbl) > { > if (lbl->pixmap) >- g_free(lbl->pixmap); >+ g_object_unref(lbl->pixmap); > if (lbl->msg) > g_free(lbl->msg); > } >@@ -305,7 +305,7 @@ > { > struct label *lbl = (struct label*)g_ptr_array_index(self->labels, i); > >- g_free(lbl->pixmap); >+ g_object_unref(lbl->pixmap); > g_free(lbl->msg); > } > g_ptr_array_free(self->labels, TRUE); >@@ -337,7 +337,7 @@ > newpixmap = make_pixmap(self, lbl->msg); > > if (lbl->pixmap) >- g_free(lbl->pixmap); >+ g_object_unref(lbl->pixmap); > > lbl->pixmap = newpixmap; > }
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 133772
: 88894 |
91771
|
99236