-
Problem appears to be deeper than this.
2007-01-14 20:48:12 UTC in Pidgin
-
Ok, the diff in the comment is reversed... which makes me an idiot I guess. Patch attached (which is not "reversed"), "patch -p0 switchboard.c MSN-chat-show-friendly-name.patch" works for me. Didn't test compilation thou.
2007-01-14 15:00:17 UTC in Pidgin
-
File Added: MSN-chat-show-friendly-name.patch.
2007-01-14 14:57:54 UTC in Pidgin
-
When in a chat in MSN Messenger, your own account is shown as your account name, being your e-mail address. This "patch" (I have no idea how to build a patch, so it's actually a diff-log) should fix this, showing the alias set in the preferences.
This should work, but is untested (and i'm no programming wonder). Please review before applying.
[roy@Seven temp]$ diff switchboard_new.c...
2007-01-14 14:52:49 UTC in Pidgin
-
Logged In: YES
user_id=935441
Please explain the other 2 attached screenshots then,
achieved by just toying around a bit with folding/unfolding.
:-) It's definitly still buggy alright.
Being a feature request: at first I didn't exactly see what
happened when unfolding a user group, but the new interface
in b4 seemed a bit more "busy". Eventually it seemed to be
the disappearing user...
2006-10-30 17:56:22 UTC in Pidgin
-
When unfolding a group that was not yet selected
(marked blue in my case), the amount of users in that
group disappears. Perhaps the attached screenshot
clarifies the problem. Notice the missing (4/17) behind
the usergroup "Cals". It's possible to make the amounts
disappear and reappear rather randomly (I'm not a
programmer ;-)).
I'm currently running Fedora Core 6, with Gaim...
2006-10-29 18:59:08 UTC in Pidgin
-
When copy-pasting text into Gaim using the normal
CTRL+C CTRL+V combo, Gaim sets the original text color
and the rest of the markup as my default. This means
that when I copy paste from a website, my typed text
afterwards is no longer the desired color, but the
color the website defined.
A more user-friendly behavior is to change the font
settings temporarily when copy-pasting, and only...
2006-03-07 19:42:10 UTC in Pidgin
-
Slight modification, fixed a typo. This should decrease
the repository's size by one whopping byte!
2005-09-28 17:17:59 UTC in Pidgin
-
I'm looking for a proper way of dealing with large zipfiles. However, with school and everything, this is not always possible. I did come up with some ideas, please be patient while I try to implement all that.
On http://www.php.net/manual/nl/ref.zip.php there is an explanation of how to read zipfiles alternatively if you compile PHP with Zip support (or add php_zip.dll to the list of...
2005-03-20 22:39:19 UTC in PKZip library for PHP
-
Logged In: YES
user_id=935441
My apologies for this late reply.
PHP does not come with BZip-support by default. On a Unix
machine, it's possible to add this support by compiling PHP
with the --with-bz2 flag. However, I see you are using
Windows as a server. In Windows, you have to enable the
php_bz2.dll extension by uncommenting it in php.ini. If this
produces an error message saying...
2005-03-20 22:35:00 UTC in PKZip library for PHP