Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139635 Details for
Bug 201093
app-misc/beagle-0.3.6 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix compilation on mono-1.2.6 (from beagle svn)
beagle-0.3.1-mono-1.2.6-fix.patch (text/plain), 926 bytes, created by
Nirbheek Chauhan (RETIRED)
on 2007-12-30 16:54:37 UTC
(
hide
)
Description:
Patch to fix compilation on mono-1.2.6 (from beagle svn)
Filename:
MIME Type:
Creator:
Nirbheek Chauhan (RETIRED)
Created:
2007-12-30 16:54:37 UTC
Size:
926 bytes
patch
obsolete
>--- trunk/beagle/tools/Settings.cs 2007/12/19 22:18:42 4315 >+++ trunk/beagle/tools/Settings.cs 2007/12/20 20:26:17 4316 >@@ -887,14 +887,14 @@ > column.Title = Catalog.GetString ("Name"); > CellRendererText renderer = new CellRendererText (); > column.PackStart (renderer, true); >- column.SetCellDataFunc (renderer, NameCellFunc); >+ column.SetCellDataFunc (renderer, new TreeCellDataFunc (NameCellFunc)); > AppendColumn (column); > > column = new TreeViewColumn (); > column.Title = Catalog.GetString ("Address"); > renderer = new CellRendererText (); > column.PackStart (renderer, true); >- column.SetCellDataFunc (renderer, AddressCellFunc); >+ column.SetCellDataFunc (renderer, new TreeCellDataFunc (AddressCellFunc)); > AppendColumn (column); > > }
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 201093
:
138002
|
138837
|
138956
|
138958
|
138961
|
138963
|
138964
|
139633
|
139635
|
139636
|
139638
|
139839
|
139840
|
140322
|
140609
|
141140
|
141330
|
141332
|
141333
|
141334
|
142575
|
142577
|
142611