From: Sean E. <sea...@us...> - 2002-10-06 00:39:05
|
Update of /cvsroot/gaim/gaim/src/protocols/gg In directory usw-pr-cvs1:/tmp/cvs-serv1602/src/protocols/gg Modified Files: gg.c Log Message: Moving all prpl-specific pixmaps to subdirs as Rob did with OSCAR, MSN, and Yahoo Index: gg.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/gg/gg.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- gg.c 30 Sep 2002 01:05:16 -0000 1.23 +++ gg.c 6 Oct 2002 00:39:02 -0000 1.24 @@ -51,10 +51,10 @@ #include "gaim.h" #include "proxy.h" -#include "pixmaps/gg_suncloud.xpm" -#include "pixmaps/gg_sunred.xpm" -#include "pixmaps/gg_sunwhitered.xpm" -#include "pixmaps/gg_sunyellow.xpm" +#include "pixmaps/protocols/gg/gg_suncloud.xpm" +#include "pixmaps/protocols/gg/gg_sunred.xpm" +#include "pixmaps/protocols/gg/gg_sunwhitered.xpm" +#include "pixmaps/protocols/gg/gg_sunyellow.xpm" #define USEROPT_NICK 0 |