Mercurial > pidgin
annotate gaim.desktop @ 7295:c7f0a4397d9e
[gaim-migrate @ 7879]
I added a search feature to conversations. I actually did most of this a
while ago for the log viewer. GtkIMHtml has some functions to handle searching
itself. I just added a new item to the conversation menu to handle it.
This should be useful for long IRC channel backlogs and the sorts.
It's case-sensitive right now. That kinda sucks, but that's all GTK lets me
do. GtkSourceView has some nice case-insensitive search functions that I'll
likely bring in before the release.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 18 Oct 2003 01:58:02 +0000 |
parents | 282887c9e3dc |
children | e11fa8e10a2e |
rev | line source |
---|---|
325 | 1 [Desktop Entry] |
3726 | 2 Encoding=UTF-8 |
325 | 3 Name=Gaim |
3726 | 4 Comment=Multi-protocol Instant Messaging Client |
4305 | 5 Comment[es]=Cliente de mensajería instantánea multiprotocolo |
4472 | 6 Comment[fr]=Client de messagerie instantanée multiprotocole |
4589 | 7 Comment[de]=Multi-Protokoll Instant Messenger Client |
4663 | 8 Comment[ko]=멀티 프로토콜 인스턴트 메시징 클라이언트 |
3726 | 9 Exec=gaim |
3364 | 10 Icon=gaim.png |
3726 | 11 Terminal=false |
325 | 12 Type=Application |
3726 | 13 Categories=Application;Network; |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
4663
diff
changeset
|
14 StartupNotify=true |