FreeBSD Bugzilla – Attachment 186076 Details for
Bug 222036
deskutils/go-for-it: unbreak build with vala 0.36
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
go-for-it.diff (text/plain), 1.13 KB, created by
Carlos J. Puga Medina
on 2017-09-05 12:08:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carlos J. Puga Medina
Created:
2017-09-05 12:08:12 UTC
Size:
1.13 KB
patch
obsolete
>Index: deskutils/go-for-it/files/patch-src_TaskStore.vala >=================================================================== >--- deskutils/go-for-it/files/patch-src_TaskStore.vala (nonexistent) >+++ deskutils/go-for-it/files/patch-src_TaskStore.vala (working copy) >@@ -0,0 +1,14 @@ >+--- src/TaskStore.vala.orig 2016-12-18 13:54:36 UTC >++++ src/TaskStore.vala >+@@ -86,7 +86,11 @@ class TaskStore : Gtk.ListStore { >+ public void remove_task (Gtk.TreeIter iter) { >+ bool is_active_task = compare_tasks (iter); >+ var _active_task = active_task; >++#if VALA_0_36 >++ this.remove (ref iter); >++#else >+ this.remove (iter); >++#endif >+ if (is_active_task && _active_task == active_task) { >+ active_task = null; >+ refresh_active_task (); > >Property changes on: deskutils/go-for-it/files/patch-src_TaskStore.vala >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
cpm
:
maintainer-approval?
(
nc
)
Actions:
View
|
Diff
Attachments on
bug 222036
:
186043
| 186076
Working