projects
/
debian
/
pino.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
312fea2
)
Fix another error
experimental
author
Julien Valroff
<julien@kirya.net>
Sun, 17 Jul 2011 12:04:39 +0000
(14:04 +0200)
committer
Julien Valroff
<julien@kirya.net>
Sun, 17 Jul 2011 12:04:39 +0000
(14:04 +0200)
debian/patches/002_too-many-type-arguments.diff
patch
|
blob
|
history
diff --git
a/debian/patches/002_too-many-type-arguments.diff
b/debian/patches/002_too-many-type-arguments.diff
index
0d72e79
..
19c41f8
100644
(file)
--- a/
debian/patches/002_too-many-type-arguments.diff
+++ b/
debian/patches/002_too-many-type-arguments.diff
@@
-13,3
+13,14
@@
Last-Update: 2011-07-17
public Avatar(int pix_size) {
GLib.Object();
+--- a/src/twitter_account.vala
++++ b/src/twitter_account.vala
+@@ -247,7 +247,7 @@
+
+ protected void load_userpic_thread() {
+ try {
+- unowned Thread<void*> thread = Thread.create<void*>(load_userpic, true);
++ unowned Thread thread = Thread.create<void*>(load_userpic, true);
+ } catch(GLib.Error e) {
+ debug(e.message); //TODO
+ }