annotate gaim.pc.in @ 12319:7630a95f3b8b
[gaim-migrate @ 14623]
Improve Handling of Aliasing with respect to Contacts
Basically, if you choose "Alias", your changes will be saved to whichever text field you saw. This makes sense, given we're doing inline editing. Also, because we're doing inline editing, I think it's weird to have Alias offered in a buddy submenu (as choosing it causes the text to change pre-edit and post-edit, making you feel like your changes weren't saved). I've removed it. If you need to alias a buddy that's not currently online, you can always expand the contact.
committer: Tailor Script <tailor@pidgin.im>
author |
Richard Laager <rlaager@wiktel.com> |
date |
Sun, 04 Dec 2005 17:54:43 +0000 |
parents |
afc440485a9e |
children |
009db0b357b5 |
rev |
line source |
9364
|
1 prefix=@prefix@
|
|
2 exec_prefix=@exec_prefix@
|
|
3 libdir=@libdir@
|
|
4 includedir=@includedir@
|
|
5 datadir=@datadir@
|
10947
|
6 sysconfdir=@sysconfdir@
|
9364
|
7
|
|
8 Name: Gaim
|
|
9 Description: Gaim is a GTK2-based instant messenger application.
|
|
10 Version: @VERSION@
|
|
11 Requires: glib-2.0
|
|
12 Cflags: -I${includedir}/gaim
|
|
13
|