corebird: Adding patch to enable reconnecting on timeout.
This commit is contained in:
parent
050260c8c2
commit
ac6de15d80
srcpkgs/corebird
13
srcpkgs/corebird/patches/restart_stream.patch
Normal file
13
srcpkgs/corebird/patches/restart_stream.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git src/UserStream.vala src/UserStream.vala
|
||||
index 3946c5d..5857d4e 100644
|
||||
--- src/UserStream.vala
|
||||
+++ src/UserStream.vala
|
||||
@@ -112,7 +112,7 @@ class UserStream : Object {
|
||||
*/
|
||||
private bool timeout_cb() {
|
||||
message ("Restarting...");
|
||||
-// start ();
|
||||
+ start ();
|
||||
return false;
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template build for 'corebird'.
|
||||
pkgname=corebird
|
||||
version=0.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Native Gtk+ Twitter Client"
|
||||
hostmakedepends="pkg-config intltool cmake vala glib-devel libgee08-devel"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
|
Loading…
Reference in New Issue
Block a user