Copy and Pasting Without Formatting

2010-05-15 Thread Joel Brown
Is there a way to make Ctrl + V paste in a Pidgin conversation window
without any formatting that was copied?  My preferred option, but doubted:
is there a way to make it so after you paste something with formatting, your
font format doesn't change.  For example, when my font is black and I copy
and paste blue font, my font will turn blue - I have to turn it back to
black.  Otherwise it is unchanged.

-- 
- Joel Brown
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Disconnecting always

2010-05-15 Thread Hlawulekani Maluleke


Hi,

I've downloaded Pidgin 2.7.0 but then it keeps on disconnecting me. I went  
back to Pidgin 2.6.6 and now its fine.

What could be the problem?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Upgrade Issues from 2.6.6 to 2.7

2010-05-15 Thread Joe Wolf
Yes, I'm having the same issue (2.7 or Windows 7) and it's a nightmare 
for me.  I've missed quite a bit as a result.  Never wanted to leave 
Pidgin till now... hope this changes fast.


Anyone know how to roll-back to the previous version?

Thanks,
-Joe


On 5/15/2010 11:50 AM, Programmer in Training wrote:

Hey All,

I just upgrade to 2.7 yesterday. Ever since the upgrade the message 
window doesn't flash on incoming messages (even though the option 
still exists and is checked). Is anyone else having this issue?




___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


Re: Upgrade Issues from 2.6.6 to 2.7

2010-05-15 Thread Daniel Atallah
On Sat, May 15, 2010 at 12:59, Joe Wolf li...@csgo.com wrote:
 Yes, I'm having the same issue (2.7 or Windows 7) and it's a nightmare for
 me.  I've missed quite a bit as a result.  Never wanted to leave Pidgin till
 now... hope this changes fast.

 Anyone know how to roll-back to the previous version?

 Thanks,
 -Joe


 On 5/15/2010 11:50 AM, Programmer in Training wrote:

 Hey All,

 I just upgrade to 2.7 yesterday. Ever since the upgrade the message window
 doesn't flash on incoming messages (even though the option still exists and
 is checked). Is anyone else having this issue?

See http://developer.pidgin.im/ticket/11842

-D

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

RE: Upgrade Issues from 2.6.6 to 2.7

2010-05-15 Thread Ted Choper
I had to rollback as well, for the same reason.  You can get the previous
version here:
http://sourceforge.net/projects/pidgin/files/Pidgin/2.6.6/pidgin-2.6.6-win32
-bin.zip/download.  Just unzip and copy to the Program Files-Pidgin
Directory, overwriting as necessary.  

Ted


-Original Message-
From: support-boun...@pidgin.im [mailto:support-boun...@pidgin.im] On Behalf
Of Joe Wolf
Sent: Saturday, May 15, 2010 10:00 AM
To: support@pidgin.im
Subject: Re: Upgrade Issues from 2.6.6 to 2.7

Yes, I'm having the same issue (2.7 or Windows 7) and it's a nightmare 
for me.  I've missed quite a bit as a result.  Never wanted to leave 
Pidgin till now... hope this changes fast.

Anyone know how to roll-back to the previous version?

Thanks,
-Joe


On 5/15/2010 11:50 AM, Programmer in Training wrote:
 Hey All,

 I just upgrade to 2.7 yesterday. Ever since the upgrade the message 
 window doesn't flash on incoming messages (even though the option 
 still exists and is checked). Is anyone else having this issue?


___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support


RE: How to stop the nag to upgrade

2010-05-15 Thread Ted Choper
There is a plugin called “Release Notification.”  Go to Tools-Plugins and 
uncheck the corresponding box.

 

Ted

 

From: support-boun...@pidgin.im [mailto:support-boun...@pidgin.im] On Behalf Of 
David Kelvin
Sent: Saturday, May 15, 2010 1:17 PM
To: support@pidgin.im
Subject: How to stop the nag to upgrade

 

I am using an old version (2.5.8) because I had problems with early versions of 
2.6. I see that 2.7.0 is out but that 2.7.1 will be out in a few weeks, so I 
will wait until then before upgrading.

 

However, can anyone please tell me how to stop Pidgin asking me to upgrade 
every time I start it (under Windows 7 64 bit) and for me to continually having 
to press 'later' when I really want to say, 'never' i.e. 'Thank you for the 
information but stop reminding me as I will update when I want to and don't 
want reminders every time I log on'?

 

Many thanks

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

gst.h ??

2010-05-15 Thread Daniel
In file included from media/backend-fs2.c:29:
media/backend-fs2.h:62:21: error: gst/gst.h: No such file or directory
In file included from media/backend-fs2.c:29:


What is this file? Trying to compile via macports  for 2.7.0

I don't see the file in the project dir.

-d


-- 
America was founded by men who understood that the threat of domestic
tyranny is as great as any threat from abroad. If we want to be worthy of
their legacy, we must resist the rush toward ever-increasing state control
of our society. Otherwise, our own government will become a greater threat
to our freedoms than any foreign terrorist.
- Ron Paul, Texas Straight Talk, May 31, 2004
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

Re: gst.h ??

2010-05-15 Thread Daniel
it seems to require this file despite the compile flag: --disable-gstreamer

On Sat, May 15, 2010 at 1:24 PM, Daniel ne...@otherware.org wrote:

 In file included from media/backend-fs2.c:29:
 media/backend-fs2.h:62:21: error: gst/gst.h: No such file or directory
 In file included from media/backend-fs2.c:29:


 What is this file? Trying to compile via macports  for 2.7.0

 I don't see the file in the project dir.

 -d


 --
 America was founded by men who understood that the threat of domestic
 tyranny is as great as any threat from abroad. If we want to be worthy of
 their legacy, we must resist the rush toward ever-increasing state control
 of our society. Otherwise, our own government will become a greater threat
 to our freedoms than any foreign terrorist.
 - Ron Paul, Texas Straight Talk, May 31, 2004




-- 
America was founded by men who understood that the threat of domestic
tyranny is as great as any threat from abroad. If we want to be worthy of
their legacy, we must resist the rush toward ever-increasing state control
of our society. Otherwise, our own government will become a greater threat
to our freedoms than any foreign terrorist.
- Ron Paul, Texas Straight Talk, May 31, 2004
___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support

RE: Upgrade Issues from 2.6.6 to 2.7

2010-05-15 Thread Programmer in Training

Quoting Ted Choper tcho...@gmail.com:


I had to rollback as well, for the same reason.  You can get the previous
version here:
http://sourceforge.net/projects/pidgin/files/Pidgin/2.6.6/pidgin-2.6.6-win32
-bin.zip/download.  Just unzip and copy to the Program Files-Pidgin
Directory, overwriting as necessary.

snip

No need to rollback, check out:
http://pidgin.im/~datallah/pidgin.dll

Use that to replace what was installed with 2.7. Problem solved.

--
Yours in Christ,

PIT
All original content (C) under the OWL http://owl.apotheon.org
Emails are not formal business letters, whatever businesses may want.
Please do not CC me. If I'm posting to a list it is because I am subscribed.

___
Support@pidgin.im mailing list
Want to unsubscribe?  Use this link:
http://pidgin.im/cgi-bin/mailman/listinfo/support