Wed, 01 Feb 2006 22:38:34 +0000
[gaim-migrate @ 15452]
Changes to some pixbuf stuff.
I added a 'gaim_gtk_create_gaim_icon_with_status()' function to util.c,
and changed 'gaim_gtk_create_prpl_icon_with_status()' to accept a scale
factor because almost everywhere this function was used we would scale
the pixbuf to a smaller size as soon as we got it. So there's a bit less
code duplication.
Also, I think I added some g_object_unref()'s in one or two places where
it was missing.
| 3630 | 1 | How to build Gaim using MinGw |
| 2 | ============================= | |
| 3 | ||
|
4900
594e21d12814
[gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents:
4128
diff
changeset
|
4 | Since these instructions are constantly changing and in order for me to |
|
594e21d12814
[gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents:
4128
diff
changeset
|
5 | avoid maintaining two versions of these instructions please refer to: |
| 3630 | 6 | |
|
4904
141d6bd56fd2
[gaim-migrate @ 5238]
Herman Bloggs <herman@bluedigits.com>
parents:
4900
diff
changeset
|
7 | http://gaim.sourceforge.net/win32 |
| 3630 | 8 | |
|
4900
594e21d12814
[gaim-migrate @ 5234]
Herman Bloggs <herman@bluedigits.com>
parents:
4128
diff
changeset
|
9 | - Herman |
| 3630 | 10 |