Mercurial > pidgin
diff console/Makefile.am @ 15502:704d40050800
Wonderful patch from Richard 'wabz' Nelson to fix the bug of lacking a pounce ui.
Some of the strings differ from the GTK+ counterpart by an underscore. How big of
a problem/annoyance is that going to be? I haven't added the file in po/POTFILES.in.
Should I?
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Sat, 03 Feb 2007 05:55:41 +0000 |
| parents | cc1721b06dc6 |
| children | 35fa1d1c4ef2 |
line wrap: on
line diff
--- a/console/Makefile.am Fri Feb 02 06:09:03 2007 +0000 +++ b/console/Makefile.am Sat Feb 03 05:55:41 2007 +0000 @@ -13,6 +13,7 @@ gntgaim.c \ gntnotify.c \ gntplugin.c \ + gntpounce.c \ gntprefs.c \ gntrequest.c \ gntstatus.c \ @@ -27,6 +28,7 @@ gntgaim.h \ gntnotify.h \ gntplugin.h \ + gntpounce.h \ gntprefs.h \ gntrequest.h \ gntstatus.h \
