Mercurial > pidgin.yaz
annotate pidgin/pidgin-2.pc.in @ 30036:33a4d72232a7
Improve resizing a box.
libgnt used to always change the size of the first widget. So in a lot of
dialogs (e.g. the log viewer, the add-buddy dialogs etc.) only the labels
would be resized, and the entry/comboboxes, resizing which would be more
useful, would never be resized. So change that behaviour to cycle through
all the widgets in the box for resize.
Fixes #11580, #7843.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Wed, 24 Mar 2010 02:38:56 +0000 |
parents | a52831eada67 |
children |
rev | line source |
---|---|
29735
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
1 prefix=@prefix@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
2 exec_prefix=@exec_prefix@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
3 libdir=@libdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
4 includedir=@includedir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
5 datarootdir=@datarootdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
6 datadir=@datadir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
7 sysconfdir=@sysconfdir@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
8 |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
9 plugindir=${libdir}/pidgin |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
10 |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
11 Name: Pidgin |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
12 Description: Pidgin is a GTK2-based instant messenger application. |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
13 Version: @VERSION@ |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
14 Requires: gtk+-2.0 purple |
a52831eada67
Add pidgin-2 and purple-2 .pc variants
Will Thompson <will.thompson@collabora.co.uk>
parents:
diff
changeset
|
15 Cflags: -I${includedir} |