Revision 5efd4e4e2a19a1262208226163fc58bbf2260827
seanegan at pidgin.im
seanegan at pidgin.im
Tue Mar 20 15:17:59 EDT 2007
o -----------------------------------------------------------------
| Revision: 5efd4e4e2a19a1262208226163fc58bbf2260827
| Ancestor: 2a922d37b5af854a94823ce7350330e386ad16ef
| Author: seanegan at pidgin.im
| Date: 2007-03-20T19:17:42
| Branch: im.pidgin.pidgin
|
| Modified files:
| pidgin/gtkthemes.c
| pidgin/pixmaps/emotes/default/22/Makefile.am
| pidgin/pixmaps/emotes/none/Makefile.am
|
| ChangeLog:
|
| Fix smileys
|
| ============================================================
| --- pidgin/gtkthemes.c 1157a0e1fbed303967dff35103a4897141d9a8bb
| +++ pidgin/gtkthemes.c 8785e1870d3ed9b3a9c4afabaa42602aaed94840
| @@ -1,7 +1,7 @@
| /*
| - * Themes for Purple
| + * Themes for Pidgin
| *
| - * Purple is the legal property of its developers, whose names are too numerous
| + * Pidgin is the legal property of its developers, whose names are too numerous
| * to list here. Please refer to the COPYRIGHT file distributed with this
| * source distribution.
| *
| @@ -264,7 +264,7 @@ void pidginthemes_smiley_theme_probe()
| int l;
|
| char* probedirs[3];
| - probedirs[0] = g_build_filename(DATADIR, "pixmaps", "purple", "smileys", NULL);
| + probedirs[0] = g_build_filename(DATADIR, "pixmaps", "pidgin", "emotes", NULL);
| probedirs[1] = g_build_filename(purple_user_dir(), "smileys", NULL);
| probedirs[2] = 0;
| for (l=0; probedirs[l]; l++) {
| ============================================================
| --- pidgin/pixmaps/emotes/default/22/Makefile.am 745019205cb6f7730e575badaec55e0d069fd0e3
| +++ pidgin/pixmaps/emotes/default/22/Makefile.am e80512981288d9873ad4a3933d947a9032a4ac20
| @@ -163,7 +163,7 @@ SMILEYS = act-up.png \
| yawn.png \
| yin-yang.png
|
| -pidginsmileypixdir = $(datadir)/pixmaps/gaim/smileys/default
| +pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/default
| pidginsmileypix_DATA = \
| $(SMILEYS) \
| theme
| ============================================================
| --- pidgin/pixmaps/emotes/none/Makefile.am 14800229dd80bf95a7b078e20797e2eec1f66f7f
| +++ pidgin/pixmaps/emotes/none/Makefile.am 3d9313e14058df03b2f1fcf9556b0ff49dcab42a
| @@ -1,4 +1,4 @@
| -gaimsmileypixdir = $(datadir)/pixmaps/gaim/smileys/none
| +gaimsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/none
| gaimsmileypix_DATA = theme
|
| EXTRA_DIST = $(gaimsmileypix_DATA) \
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from 5efd4e4e2a19a1262208226163fc58bbf2260827
More information about the Commits
mailing list