tags 503205 patch thanks Just found twitux in the archives today, just what I needed. Lo and behold, Network-Manager screwed me in the same way it did to pidgin, only twitux has no handy -f force connect option.
Attached is a diff of the new source tree I used to build a version of the package that doesn't bother to check network-manager. P.S. I didn't know you maintained twitux, Rodrigo! Thanks, -- Luke Cycon <lcy...@gmail.com>
diff -urNad twitux-0.69/src/twitux-app.c twitux-0.69.new/src/twitux-app.c --- twitux-0.69/src/twitux-app.c 2009-01-24 17:24:00.000000000 -0800 +++ twitux-0.69.new/src/twitux-app.c 2009-10-04 00:54:57.000000000 -0700 @@ -1245,9 +1245,9 @@ * Don't try to connect if we have * Network Manager state and we are NOT connected. */ - if (twitux_dbus_nm_get_state (&connected) && !connected) { - return; - } + //if (twitux_dbus_nm_get_state (&connected) && !connected) { + // return; + //} #endif priv = GET_PRIV (a);
signature.asc
Description: This is a digitally signed message part