Re: Wheres 2.8.0?

2011-06-07 Thread Kevin Stange
On 06/08/2011 01:00 AM, Ryan B wrote: > According to the changelog, 2.8.0 was released, > http://developer.pidgin.im/wiki/ChangeLog > > The website still shows 2.7.11, normally any new releases are quickly > uploaded, whats going on? > > (Using Windows) You can pick up the source code package of

Wheres 2.8.0?

2011-06-07 Thread Ryan B
According to the changelog, 2.8.0 was released, http://developer.pidgin.im/wiki/ChangeLog The website still shows 2.7.11, normally any new releases are quickly uploaded, whats going on? (Using Windows) ___ Support@pidgin.im mailing list Want to unsubsc

Re: Uninstall Issue

2011-06-07 Thread David Woolley
pid...@xemaps.com wrote: Trying to uninstall Pidgin 2.7.11. Using WIN7 O/S. Getting error: 'An instance of Pigdin is currently running. Please exit Pigdin and try again." Pigdin is not running (I checked Task Manager and it NOT in the list). Are you checking by process or by application. I'm

Uninstall Issue

2011-06-07 Thread pidgin
Trying to uninstall Pidgin 2.7.11. Using WIN7 O/S. Getting error: 'An instance of Pigdin is currently running. Please exit Pigdin and try again." Pigdin is not running (I checked Task Manager and it NOT in the list). Help me. ___ Support@pidgin.im mai

Re: DBUS - Pidgin presence

2011-06-07 Thread Krzysztof
Hmm. What should I call then? Free pascal doesn't have dbus bindings yet (like python) so I must use low level dbus api which I found in free pascal dbus demo. I am listening for signals in loop in thread. ___ Support@pidgin.im mailing list Want to unsubs

Re: DBUS - Pidgin presence

2011-06-07 Thread Etan Reisner
On Mon, Jun 06, 2011 at 12:42:10PM +0200, Krzysztof wrote: > { Initializes the errors } > dbus_error_init(@FDBErr); > > { Connection } > FDBConn := dbus_bus_get(DBUS_BUS_SESSION, @FDBErr); > > { Request the name of the bus } > ret := dbus_bus_request_name(FDBConn, 'im.pidgin.purple.Purp

Re: Buddies never show as active

2011-06-07 Thread Ethan Blanton
Dan Solari spake unto us the following wisdom: > --- On Mon, 6/6/11, Daniel Solari wrote: Chill. It's been just a few hours since you sent your last message. Everyone on this mailing list is a volunteer, when someone who knows the answer to your question (I don't) sees it, they will answer. You

Re: multiple chats

2011-06-07 Thread Etan Reisner
A plugin can allow for this sort of thing. One such plugin is already in the Purple Plugin Pack though whether it does exactly what you want/need I don't know. -Etan ___ Support@pidgin.im mailing list Want to unsubscribe? Use this link: http://pid

Re: i need help with my pidgin

2011-06-07 Thread Etan Reisner
This sounds like a server-side roster issue. Which isn't something pidgin has control of or influence over in the presence of server-enforced shared/pre-populated roster groups (which you are almost certainly using). In short, you need to ask your internal IM service admins about this. -Etan