Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204838 Details for
Bug 285845
net-im/gajim-0.12.1 does not work with x11-misc/xfce4-notifyd-0.1.0_p20090722
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch which more or less addreses the problem.
0.12.1-notifyd.patch (text/plain), 366 bytes, created by
Livid
on 2009-09-21 16:08:12 UTC
(
hide
)
Description:
A patch which more or less addreses the problem.
Filename:
MIME Type:
Creator:
Livid
Created:
2009-09-21 16:08:12 UTC
Size:
366 bytes
patch
obsolete
>--- src/notify.py.orig 2009-09-21 18:23:25.000000000 +0400 >+++ src/notify.py 2009-09-21 18:23:52.000000000 +0400 >@@ -592,7 +592,7 @@ > version_list = version.split('.') > self.version = [] > while len(version_list): >- self.version.append(int(version_list.pop(0))) >+ self.version.append(version_list.pop(0)) > self.attempt_notify() > > def get_version(self):
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 285845
: 204838