Update of /cvsroot/gaim/gaim/pixmaps
In directory usw-pr-cvs1:/tmp/cvs-serv22869/pixmaps
Modified Files:
Makefile.am
Log Message:
Rob McQueen added a mute feature to his nice little docklet. I added a
queuing feature. Configure the docklet in the plugins dialog to queue
unread messages, and when you receive a message the docklet will eat it up
and show a little message pending icon. Click on it, and read your message.
ICQ people will like it.
I also made plugin_event use a va_list.
I bet this breaks perl.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/gaim/gaim/pixmaps/Makefile.am,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- Makefile.am 30 Aug 2002 03:13:59 -0000 1.76
+++ Makefile.am 16 Sep 2002 08:35:13 -0000 1.77
@@ -133,7 +133,7 @@
gaimdialogpix_DATA = gaim_error.png gaim_info.png gaim_question.png gaim_warning.png
gaimdistpixdir = $(datadir)/pixmaps/gaim
-gaimdistpix_DATA = away.png connect.png msgpend.png offline.png online.png
+gaimdistpix_DATA = away.png connect.png msgpend.png offline.png online.png msgunread.png
distpixmapdir = $(datadir)/pixmaps
distpixmap_DATA = gaim.png
|