# HG changeset patch # User Sean Egan # Date 1187120209 0 # Node ID c5f2e9b7b9ab1bb569542396a8af2b1c386f026f # Parent 8c126e388ea41259a8c4a8d11992772aeb4bd63d More icons from Hylke diff -r 8c126e388ea4 -r c5f2e9b7b9ab configure.ac --- a/configure.ac Tue Aug 14 05:20:12 2007 +0000 +++ b/configure.ac Tue Aug 14 19:36:49 2007 +0000 @@ -2113,8 +2113,8 @@ pidgin/pixmaps/emblems/16/scalable/Makefile pidgin/pixmaps/emotes/Makefile pidgin/pixmaps/emotes/default/Makefile - pidgin/pixmaps/emotes/default/22/Makefile - pidgin/pixmaps/emotes/default/22/scalable/Makefile + pidgin/pixmaps/emotes/default/24/Makefile + pidgin/pixmaps/emotes/default/24/scalable/Makefile pidgin/pixmaps/emotes/none/Makefile pidgin/pixmaps/icons/Makefile pidgin/pixmaps/icons/16/Makefile diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/Makefile.am --- a/pidgin/pixmaps/emotes/default/22/Makefile.am Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,191 +0,0 @@ -SUBDIRS = scalable - -SMILEYS = act-up.png \ - airplane.png \ - alien.png \ - angel.png \ - angry.png \ - arrogant.png \ - at-wits-end.png \ - bad.png \ - bashful.png \ - beat-up.png \ - beauty.png \ - beer.png \ - blowkiss.png \ - bomb.png \ - bowl.png \ - boy.png \ - brb.png \ - bye.png \ - cake.png \ - call-me.png \ - camera.png \ - can.png \ - car.png \ - cat.png \ - chicken.png \ - clap.png \ - clock.png \ - cloudy.png \ - clover.png \ - clown.png \ - coffee.png \ - coins.png \ - computer.png \ - confused.png \ - console.png \ - cowboy.png \ - cow.png \ - crying.png \ - curl-lip.png \ - curse.png \ - cute.png \ - dance.png \ - dazed.png \ - desire.png \ - devil.png \ - disapointed.png \ - disdain.png \ - doctor.png \ - dog.png \ - doh.png \ - dont-know.png \ - drink.png \ - drool.png \ - eat.png \ - embarrassed.png \ - excruciating.png \ - eyeroll.png \ - female-fighter.png \ - film.png \ - fingers-crossed.png \ - flag.png \ - foot-in-mouth.png \ - freaked-out.png \ - ghost.png \ - giggle.png \ - girl.png \ - glasses-cool.png \ - glasses-nerdy.png \ - go-away.png \ - goat.png \ - good.png \ - hammer.png \ - handcuffs.png \ - handshake.png \ - highfive.png \ - hug-left.png \ - hug-right.png \ - hungry.png \ - hypnotized.png \ - in-love.png \ - island.png \ - jump.png \ - kiss.png \ - knife.png \ - lamp.png \ - lashes.png \ - laugh.png \ - liquor.png \ - love-over.png \ - love.png \ - lying.png \ - mad-tongue.png \ - mail.png \ - mean.png \ - meeting.png \ - mobile.png \ - monkey.png \ - moneymouth.png \ - moon.png \ - msn-away.png \ - msn-busy.png \ - msn_online.png \ - msn.png \ - musical-note.png \ - nailbiting.png \ - neutral.png \ - on-the-phone.png \ - party.png \ - peace.png \ - phone.png \ - pig.png \ - pill.png \ - pissed-off.png \ - pizza.png \ - plate.png \ - poop.png \ - pray.png \ - present.png \ - pumpkin.png \ - qq.png \ - question.png \ - quiet.png \ - rainbow.png \ - rain.png \ - rose-dead.png \ - rose.png \ - rotfl.png \ - sad.png \ - sarcastic.png \ - search.png \ - secret.png \ - shame.png \ - sheep.png \ - shock.png \ - shout.png \ - shut-mouth.png \ - sick.png \ - sigarette.png \ - silly.png \ - skeleton.png \ - skywalker.png \ - sleepy.png \ - smile-big.png \ - smile.png \ - smirk.png \ - snail.png \ - snicker.png \ - snowman.png \ - soccerball.png \ - soldier.png \ - star.png \ - starving.png \ - struggle.png \ - sun.png \ - sweat.png \ - teeth.png \ - terror.png \ - time-out.png \ - thinking.png \ - thunder.png \ - tongue.png \ - tremble.png \ - turtle.png \ - tv.png \ - umbrella.png \ - vampire.png \ - victory.png \ - waiting.png \ - watermelon.png \ - weep.png \ - wilt.png \ - wink.png \ - worship.png \ - yawn.png \ - yin-yang.png - -pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/default -pidginsmileypix_in_files = default.theme.in -pidginsmileypix_DATA = \ - $(SMILEYS) \ - theme - -theme: default.theme.in - sed -e 's/^_Name=/Name=/' \ - -e 's/^_Description=/Description=/' \ - -e 's/^_Author=/Author=/' \ - $< > $@ - -EXTRA_DIST = $(pidginsmileypix_DATA) $(pidginsmileypix_in_files) diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/Makefile.mingw --- a/pidgin/pixmaps/emotes/default/22/Makefile.mingw Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# -# Makefile.mingw -# -# Description: Makefile for win32 (mingw) version of Pidgin pixmaps -# - -PIDGIN_TREE_TOP := ../../../../.. -include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak - -datadir = $(PIDGIN_INSTALL_DIR) -include ./Makefile.am - -.PHONY: install clean - -install: theme - if test '$(pidginsmileypix_DATA)'; then \ - mkdir -p $(pidginsmileypixdir); \ - cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ - fi; - -clean: - rm -f theme diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/act-up.png Binary file pidgin/pixmaps/emotes/default/22/act-up.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/airplane.png Binary file pidgin/pixmaps/emotes/default/22/airplane.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/alien.png Binary file pidgin/pixmaps/emotes/default/22/alien.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/angel.png Binary file pidgin/pixmaps/emotes/default/22/angel.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/angry.png Binary file pidgin/pixmaps/emotes/default/22/angry.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/arrogant.png Binary file pidgin/pixmaps/emotes/default/22/arrogant.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/at-wits-end.png Binary file pidgin/pixmaps/emotes/default/22/at-wits-end.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/bad.png Binary file pidgin/pixmaps/emotes/default/22/bad.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/bashful.png Binary file pidgin/pixmaps/emotes/default/22/bashful.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/beat-up.png Binary file pidgin/pixmaps/emotes/default/22/beat-up.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/beauty.png Binary file pidgin/pixmaps/emotes/default/22/beauty.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/beer.png Binary file pidgin/pixmaps/emotes/default/22/beer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/blowkiss.png Binary file pidgin/pixmaps/emotes/default/22/blowkiss.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/bomb.png Binary file pidgin/pixmaps/emotes/default/22/bomb.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/bowl.png Binary file pidgin/pixmaps/emotes/default/22/bowl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/boy.png Binary file pidgin/pixmaps/emotes/default/22/boy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/brb.png Binary file pidgin/pixmaps/emotes/default/22/brb.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/bye.png Binary file pidgin/pixmaps/emotes/default/22/bye.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cake.png Binary file pidgin/pixmaps/emotes/default/22/cake.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/call-me.png Binary file pidgin/pixmaps/emotes/default/22/call-me.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/camera.png Binary file pidgin/pixmaps/emotes/default/22/camera.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/can.png Binary file pidgin/pixmaps/emotes/default/22/can.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/car.png Binary file pidgin/pixmaps/emotes/default/22/car.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cat.png Binary file pidgin/pixmaps/emotes/default/22/cat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/chicken.png Binary file pidgin/pixmaps/emotes/default/22/chicken.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/clap.png Binary file pidgin/pixmaps/emotes/default/22/clap.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/clock.png Binary file pidgin/pixmaps/emotes/default/22/clock.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cloudy.png Binary file pidgin/pixmaps/emotes/default/22/cloudy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/clover.png Binary file pidgin/pixmaps/emotes/default/22/clover.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/clown.png Binary file pidgin/pixmaps/emotes/default/22/clown.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/coffee.png Binary file pidgin/pixmaps/emotes/default/22/coffee.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/coins.png Binary file pidgin/pixmaps/emotes/default/22/coins.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/computer.png Binary file pidgin/pixmaps/emotes/default/22/computer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/confused.png Binary file pidgin/pixmaps/emotes/default/22/confused.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/console.png Binary file pidgin/pixmaps/emotes/default/22/console.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cow.png Binary file pidgin/pixmaps/emotes/default/22/cow.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cowboy.png Binary file pidgin/pixmaps/emotes/default/22/cowboy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/crying.png Binary file pidgin/pixmaps/emotes/default/22/crying.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/curl-lip.png Binary file pidgin/pixmaps/emotes/default/22/curl-lip.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/curse.png Binary file pidgin/pixmaps/emotes/default/22/curse.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/cute.png Binary file pidgin/pixmaps/emotes/default/22/cute.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/dance.png Binary file pidgin/pixmaps/emotes/default/22/dance.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/dazed.png Binary file pidgin/pixmaps/emotes/default/22/dazed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/default.theme.in --- a/pidgin/pixmaps/emotes/default/22/default.theme.in Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,358 +0,0 @@ -_Name=Default -_Description=Pidgin smileys -Icon=smile.png -Author=Hylke Bons - -# default smileys -[default] -smile.png :) :-) -smile-big.png :-D :-d :D :d -sad.png :-( :( -wink.png ;-) ;) -tongue.png :P :-P :-p :p -shock.png =-O =-o -kiss.png :-* -glasses-cool.png 8-) -embarrassed.png :-[ -crying.png :'( -thinking.png :-/ :-\\ -angel.png O:-) o:-) -shut-mouth.png :-X -moneymouth.png :-$ -foot-in-mouth.png :-! -shout.png >:o >:O -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Following AIM 6.1 -[AIM] -smile.png :-) :) -wink.png ;-) ;) -sad.png :-( :( -tongue.png :-P :P :-p :p -shock.png =-O -kiss.png :-* -shout.png >:o -smile-big.png :-D :D -moneymouth.png :-$ -foot-in-mouth.png :-! -embarrassed.png :-[ -angel.png O:-) -thinking.png :-\\ :-/ -crying.png :'( -shut-mouth.png :-X -glasses-cool.png 8-) -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Following Windows Live Messenger 8.1 -[MSN] -smile.png :) :-) -smile-big.png :D :d :-D :-d -wink.png ;) ;-) -shock.png :-O :-o :O :o -tongue.png :P :p :-P :-p -glasses-cool.png (H) (h) -angry.png :@ :-@ -embarrassed.png :$ :-$ -confused.png :S :s :-S :-s -sad.png :( :-( -crying.png :'( -neutral.png :| :-| -devil.png (6) -angel.png (A) (a) -love.png (L) (l) -love-over.png (U) (u) -msn.png (M) (m) -cat.png (@) -dog.png (&) -moon.png (S) -star.png (*) -film.png (~) -musical-note.png (8) -mail.png (E) (e) -rose.png (F) (f) -rose-dead.png (W) (w) -clock.png (O) (o) -kiss.png (K) (k) -present.png (G) (g) -cake.png (^) -camera.png (P) (p) -lamp.png (I) (i) -coffee.png (C) (c) -phone.png (T) (t) -hug-left.png ({) -hug-right.png (}) -beer.png (B) (b) -drink.png (D) (d) -boy.png (Z) (z) -girl.png (X) (x) -good.png (Y) (y) -bad.png (N) (n) -vampire.png :[ :-[ -goat.png (nah) -sun.png (#) -rainbow.png (R) (r) -quiet.png :-# -teeth.png 8o| -glasses-nerdy.png 8-| -sarcastic.png ^o) -secret.png :-* -sick.png +o( -snail.png (sn) -turtle.png (tu) -plate.png (pl) -bowl.png (||) -pizza.png (pi) -soccerball.png (so) -car.png (au) -airplane.png (ap) -umbrella.png (um) -island.png (ip) -computer.png (co) -mobile.png (mp) -brb.png (brb) -rain.png (st) -highfive.png (h5) -coins.png (mo) -sheep.png (bah) -dont-know.png :^) -thinking.png *-) -thunder.png (li) -party.png <:o) -eyeroll.png 8-) -yawn.png |-) -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Hidden MSN emotes -sigarette.png (ci) (CI) -handcuffs.png (%) -console.png (xx) (XX) -fingers-crossed.png (yn) (YN) - -### Following QQ 2006 -[QQ] -shock.png /:O /jy /surprised -curl-lip.png /:~ /pz /curl_lip -desire.png /:* /se /desire -dazed.png /:| /dazed -party.png /8-) /dy /revel -crying.png /:< /ll /cry -bashful.png /:$ /hx /bashful -shut-mouth.png /:X /bz /shut_mouth -sleepy.png /:Z /shui /sleep -weep.png /:'( /dk /weep -embarrassed.png /:-| /gg /embarassed -pissed-off.png /:@ /fn /pissed_off -act-up.png /:P /tp /act_up -smile-big.png /:D /cy /toothy_smile -smile.png /:) /wx /small_smile -sad.png /:( /ng /sad -glasses-cool.png /:+ /kuk /cool -doctor.png /:# /feid /SARS -silly.png /:Q /zk /crazy -sick.png /:T /tu /vomit -snicker.png /;p /tx /titter -cute.png /;-D /ka /cute -disdain.png /;d /by /disdain -arrogant.png /;o /am /arrogant -starving.png /:g /jie /starving -yawn.png /|-) /kun /sleepy -terror.png /:! /jk /terror -sweat.png /:L /sweat -smirk.png /:> /hanx /smirk -soldier.png /:; /db /soldier -struggle.png /;f /fendou /struggle -curse.png /:-S /zhm /curse -question.png /? /yiw /question -quiet.png /;x /xu /shh -hypnotized.png /;@ /yun /dizzy -excruciating.png /:8 /zhem /excrutiating -freaked-out.png /;! /shuai /freaked_out -skeleton.png /!!! /kl /skeleton -hammer.png /xx /qiao /hammer -bye.png /bye /zj /bye -go-away.png /go /shan /go -tremble.png /shake /fad /shake -in-love.png /love /aiq /love -jump.png /jump /tiao /jump -search.png /find /zhao /search -lashes.png /& /mm /beautiful_eyebrows -pig.png /pig /zt /pig -cat.png /cat /mm /cat -dog.png /dog /xg /dog -hug-left.png /hug /yb /hug -coins.png /$ /qianc /money -lamp.png /! /dp /lightbulb -bowl.png /cup /bei /cup -cake.png /cake /dg /cake -thunder.png /li /shd /lightning -bomb.png /bome /zhd /bomb -knife.png /kn /dao /knife -soccerball.png /footb /zq /soccer -musical-note.png /music /yy /music -poop.png /shit /bb /shit -coffee.png /coffee /kf /coffee -eat.png /eat /fan /eat -pill.png /pill /yw /pill -rose.png /rose /mg /rose -wilt.png /fade /dx /wilt -kiss.png /kiss /wen /kiss -love.png /heart /xin /heart -love-over.png /break /xs /broken_heart -meeting.png /meeting /hy /meeting -present.png /gift /lw /gift -phone.png /phone /dh /phone -clock.png /time /sj /time -mail.png /email /yj /email -tv.png /TV /ds /TV -sun.png /sun /ty /sun -moon.png /moon /yl /moon -good.png /strong /qiang /thumbs_up -bad.png /weak /ruo /thumbs_down -handshake.png /share /ws /handshake -victory.png /v /shl /victory -beauty.png / /mn /beauty -qq.png / /qz /qq -blowkiss.png / /fw /blow_kiss -angry.png / /oh /angry -liquor.png / /bj /baijiu -can.png / /qsh /soda -watermelon.png / /xigua /watermelon -rain.png / /xy /rain -cloudy.png /<~> /duoy /cloudy -snowman.png / /xr /snowman -star.png /<*> /xixing /star -girl.png /<00> /nv /woman -boy.png /<11> /nan /man -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Following ICQ 6.0 -[ICQ] -smile.png :-) :) -neutral.png :-$ -sad.png :-( :( -shock.png =-O -wink.png ;-) ;) -tongue.png :-P :P :-p :p -#[:-} -laugh.png *JOKINGLY* -sleepy.png *TIRED* -crying.png :'( -sick.png :-! -#*KISSED* -#*STOP* -kiss.png :-* -#*KISSING* -embarrassed.png :-[ -devil.png ]:-> -angel.png O:-) -rose.png @}->-- -shut-mouth.png :-X :X :-x :x -bomb.png @= -thinking.png :-\\ :-/ -good.png *THUMBS\ UP* -shout.png >:o >:O -beer.png *DRINK* -smile-big.png :-D :D -moneymouth.png :-$ -glasses-cool.png 8-) -in-love.png *IN\ LOVE* -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Following Yahoo! Messenger 8.1 -[Yahoo] -smile.png :) :-) -question.png :-/ :-\\ -shock.png :-O :O :-o :o -devil.png >:) -angel.png O:-) o:-) 0:-) -sick.png :-& -yawn.png (:| -hypnotized.png @-) -on-the-phone.png :)] -sad.png :( :-( -in-love.png :x :-x :X :-X -angry.png X-( x-( X( x( -crying.png :(( -glasses-nerdy.png :-B :-b -quiet.png :-$ -drool.png =P~ =p~ -lying.png :^O :^o -call-me.png :-c -wink.png ;) ;-) -embarrassed.png :"> -mean.png :-> :> -laugh.png :)) :-)) -bye.png =; -arrogant.png [-( -thinking.png :-? -waiting.png :-w :-W -at-wits-end.png ~x( ~X( -smile-big.png :D :-D :d :-d -tongue.png :-P :P :-p :p -glasses-cool.png B-) b-) -neutral.png :| :-| -sleepy.png I-) i-) |-) -clown.png :o) :O) -doh.png #-o #-O -weep.png :-< -go-away.png :-h -lashes.png ;;) -kiss.png :-* :* -confused.png :-S :-s -sarcastic.png /:) -eyeroll.png 8-| -silly.png 8-} -clap.png =D> =d> -mad-tongue.png >:P >:p -time-out.png :-t :-T -hug-left.png >:D< >:d< -love-over.png =(( -sweat.png #:-S #:-s -rotfl.png =)) -#loser L-) l-) MISSING/YAHOO 6: "Loser!" -party.png <:-P <:-p -nailbiting.png :-SS :-Ss :-sS :-ss -cowboy.png <):) -desire.png 8-> -! skywalker.png C:-) c:-) C:) c:) -! monkey.png :-(|) - -### Hidden Yahoo emotes -alien.png =:) >-) -beat-up.png b-( B-( -chicken.png ~:> -coffee.png ~o) ~O) -cow.png 3:-O 3:-o -dance.png \\:D/ \\:d/ -rose.png @};- -dont-know.png :-L :-l -skeleton.png 8-X 8-x -lamp.png *-:) -monkey.png :(|) -coins.png $-) -peace.png :)>- -pig.png :@) -pray.png [-o< [-O< -pumpkin.png (~~) -shame.png [-X [-x -flag.png **== -clover.png %%- -musical-note.png :-" -giggle.png ;)) -worship.png ^:)^ -star.png (*) -#waving.png >:/ -#talktohand.png :-@ -#youkiddingme.png :-j :-J - -### These only work in a certain IMvironment -#male-fighter1.png o-> O-> -#male-fighter2.png o=> O=> -female-fighter.png o-+ O-+ -yin-yang.png (%) - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/desire.png Binary file pidgin/pixmaps/emotes/default/22/desire.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/devil.png Binary file pidgin/pixmaps/emotes/default/22/devil.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/disapointed.png Binary file pidgin/pixmaps/emotes/default/22/disapointed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/disdain.png Binary file pidgin/pixmaps/emotes/default/22/disdain.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/doctor.png Binary file pidgin/pixmaps/emotes/default/22/doctor.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/dog.png Binary file pidgin/pixmaps/emotes/default/22/dog.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/doh.png Binary file pidgin/pixmaps/emotes/default/22/doh.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/dont-know.png Binary file pidgin/pixmaps/emotes/default/22/dont-know.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/drink.png Binary file pidgin/pixmaps/emotes/default/22/drink.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/drool.png Binary file pidgin/pixmaps/emotes/default/22/drool.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/eat.png Binary file pidgin/pixmaps/emotes/default/22/eat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/embarrassed.png Binary file pidgin/pixmaps/emotes/default/22/embarrassed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/excruciating.png Binary file pidgin/pixmaps/emotes/default/22/excruciating.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/eyeroll.png Binary file pidgin/pixmaps/emotes/default/22/eyeroll.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/female-fighter.png Binary file pidgin/pixmaps/emotes/default/22/female-fighter.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/film.png Binary file pidgin/pixmaps/emotes/default/22/film.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/fingers-crossed.png Binary file pidgin/pixmaps/emotes/default/22/fingers-crossed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/flag.png Binary file pidgin/pixmaps/emotes/default/22/flag.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/foot-in-mouth.png Binary file pidgin/pixmaps/emotes/default/22/foot-in-mouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/freaked-out.png Binary file pidgin/pixmaps/emotes/default/22/freaked-out.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/ghost.png Binary file pidgin/pixmaps/emotes/default/22/ghost.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/giggle.png Binary file pidgin/pixmaps/emotes/default/22/giggle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/girl.png Binary file pidgin/pixmaps/emotes/default/22/girl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/glasses-cool.png Binary file pidgin/pixmaps/emotes/default/22/glasses-cool.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/glasses-nerdy.png Binary file pidgin/pixmaps/emotes/default/22/glasses-nerdy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/go-away.png Binary file pidgin/pixmaps/emotes/default/22/go-away.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/goat.png Binary file pidgin/pixmaps/emotes/default/22/goat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/good.png Binary file pidgin/pixmaps/emotes/default/22/good.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/hammer.png Binary file pidgin/pixmaps/emotes/default/22/hammer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/handcuffs.png Binary file pidgin/pixmaps/emotes/default/22/handcuffs.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/handshake.png Binary file pidgin/pixmaps/emotes/default/22/handshake.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/highfive.png Binary file pidgin/pixmaps/emotes/default/22/highfive.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/hug-left.png Binary file pidgin/pixmaps/emotes/default/22/hug-left.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/hug-right.png Binary file pidgin/pixmaps/emotes/default/22/hug-right.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/hungry.png Binary file pidgin/pixmaps/emotes/default/22/hungry.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/hypnotized.png Binary file pidgin/pixmaps/emotes/default/22/hypnotized.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/in-love.png Binary file pidgin/pixmaps/emotes/default/22/in-love.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/island.png Binary file pidgin/pixmaps/emotes/default/22/island.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/jump.png Binary file pidgin/pixmaps/emotes/default/22/jump.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/kiss.png Binary file pidgin/pixmaps/emotes/default/22/kiss.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/knife.png Binary file pidgin/pixmaps/emotes/default/22/knife.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/lamp.png Binary file pidgin/pixmaps/emotes/default/22/lamp.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/lashes.png Binary file pidgin/pixmaps/emotes/default/22/lashes.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/laugh.png Binary file pidgin/pixmaps/emotes/default/22/laugh.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/liquor.png Binary file pidgin/pixmaps/emotes/default/22/liquor.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/love-over.png Binary file pidgin/pixmaps/emotes/default/22/love-over.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/love.png Binary file pidgin/pixmaps/emotes/default/22/love.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/lying.png Binary file pidgin/pixmaps/emotes/default/22/lying.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/mad-tongue.png Binary file pidgin/pixmaps/emotes/default/22/mad-tongue.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/mail.png Binary file pidgin/pixmaps/emotes/default/22/mail.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/mean.png Binary file pidgin/pixmaps/emotes/default/22/mean.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/meeting.png Binary file pidgin/pixmaps/emotes/default/22/meeting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/mobile.png Binary file pidgin/pixmaps/emotes/default/22/mobile.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/moneymouth.png Binary file pidgin/pixmaps/emotes/default/22/moneymouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/monkey.png Binary file pidgin/pixmaps/emotes/default/22/monkey.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/moon.png Binary file pidgin/pixmaps/emotes/default/22/moon.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/msn-away.png Binary file pidgin/pixmaps/emotes/default/22/msn-away.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/msn-busy.png Binary file pidgin/pixmaps/emotes/default/22/msn-busy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/msn.png Binary file pidgin/pixmaps/emotes/default/22/msn.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/msn_online.png Binary file pidgin/pixmaps/emotes/default/22/msn_online.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/musical-note.png Binary file pidgin/pixmaps/emotes/default/22/musical-note.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/nailbiting.png Binary file pidgin/pixmaps/emotes/default/22/nailbiting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/neutral.png Binary file pidgin/pixmaps/emotes/default/22/neutral.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/on-the-phone.png Binary file pidgin/pixmaps/emotes/default/22/on-the-phone.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/party.png Binary file pidgin/pixmaps/emotes/default/22/party.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/peace.png Binary file pidgin/pixmaps/emotes/default/22/peace.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/phone.png Binary file pidgin/pixmaps/emotes/default/22/phone.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pig.png Binary file pidgin/pixmaps/emotes/default/22/pig.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pill.png Binary file pidgin/pixmaps/emotes/default/22/pill.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pissed-off.png Binary file pidgin/pixmaps/emotes/default/22/pissed-off.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pizza.png Binary file pidgin/pixmaps/emotes/default/22/pizza.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/plate.png Binary file pidgin/pixmaps/emotes/default/22/plate.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/poop.png Binary file pidgin/pixmaps/emotes/default/22/poop.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pray.png Binary file pidgin/pixmaps/emotes/default/22/pray.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/present.png Binary file pidgin/pixmaps/emotes/default/22/present.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/pumpkin.png Binary file pidgin/pixmaps/emotes/default/22/pumpkin.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/qq.png Binary file pidgin/pixmaps/emotes/default/22/qq.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/question.png Binary file pidgin/pixmaps/emotes/default/22/question.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/quiet.png Binary file pidgin/pixmaps/emotes/default/22/quiet.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/rain.png Binary file pidgin/pixmaps/emotes/default/22/rain.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/rainbow.png Binary file pidgin/pixmaps/emotes/default/22/rainbow.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/rose-dead.png Binary file pidgin/pixmaps/emotes/default/22/rose-dead.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/rose.png Binary file pidgin/pixmaps/emotes/default/22/rose.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/rotfl.png Binary file pidgin/pixmaps/emotes/default/22/rotfl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sad.png Binary file pidgin/pixmaps/emotes/default/22/sad.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sarcastic.png Binary file pidgin/pixmaps/emotes/default/22/sarcastic.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/Makefile.am --- a/pidgin/pixmaps/emotes/default/22/scalable/Makefile.am Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,161 +0,0 @@ -EXTRA_DIST = act-up.svg \ - airplane.svg \ - alien.svg \ - angel.svg \ - angry.svg \ - arrogant.svg \ - bad.svg \ - bashful.svg \ - beat-up.svg \ - beauty.svg \ - beer.svg \ - blowkiss.svg \ - bomb.svg \ - bowl.svg \ - boy.svg \ - brb.svg \ - bye.svg \ - cake.svg \ - call-me.svg \ - camera.svg \ - can.svg \ - car.svg \ - cat.svg \ - chicken.svg \ - clap.svg \ - clock.svg \ - cloudy.svg \ - clover.svg \ - clown.svg \ - coffee.svg \ - coins.svg \ - computer.svg \ - confused.svg \ - console.svg \ - cow.svg \ - crying.svg \ - curl-lip.svg \ - curse.svg \ - cute.svg \ - dance.svg \ - dazed.svg \ - desire.svg \ - devil.svg \ - disapointed.svg \ - disdain.svg \ - doctor.svg \ - dog.svg \ - doh.svg \ - dont-know.svg \ - drink.svg \ - drool.svg \ - eat.svg \ - embarrassed.svg \ - excruciating.svg \ - eyeroll.svg \ - film.svg \ - fingers-crossed.svg \ - flag.svg \ - foot-in-mouth.svg \ - freaked-out.svg \ - ghost.svg \ - girl.svg \ - glasses-cool.svg \ - glasses-nerdy.svg \ - goat.svg \ - go-away.svg \ - good.svg \ - hammer.svg \ - handcuffs.svg \ - handshake.svg \ - highfive.svg \ - hug-left.svg \ - hug-right.svg \ - hypnotized.svg \ - in-love.svg \ - island.svg \ - jump.svg \ - knife.svg \ - lamp.svg \ - lashes.svg \ - laugh.svg \ - liquor.svg \ - love-over.svg \ - love.svg \ - lying.svg \ - mail.svg \ - mean.svg \ - meeting.svg \ - mobile.svg \ - monkey.svg \ - moneymouth.svg \ - moon.svg \ - msn-away.svg \ - msn-busy.svg \ - msn_online.svg \ - msn.svg \ - musical-note.svg \ - neutral.svg \ - party.svg \ - peace.svg \ - phone.svg \ - pig.svg \ - pill.svg \ - pissed-off.svg \ - pizza.svg \ - plate.svg \ - poop.svg \ - pray.svg \ - present.svg \ - question.svg \ - quiet.svg \ - rainbow.svg \ - rain.svg \ - rotfl.svg \ - rose-dead.svg \ - rose.svg \ - sad.svg \ - sarcastic.svg \ - search.svg \ - secret.svg \ - shame.svg \ - sheep.svg \ - shock.svg \ - shout.svg \ - shut-mouth.svg \ - sick.svg \ - sigarette.svg \ - silly.svg \ - skeleton.svg \ - skywalker.svg \ - sleepy.svg \ - smile-big.svg \ - smile.svg \ - smirk.svg \ - snail.svg \ - snicker.svg \ - snowman.svg \ - soccerball.svg \ - soldier.svg \ - star.svg \ - starving.svg \ - struggle.svg \ - sun.svg \ - sweat.svg \ - teeth.svg \ - terror.svg \ - thinking.svg \ - thunder.svg \ - tongue.svg \ - tremble.svg \ - turtle.svg \ - tv.svg \ - umbrella.svg \ - vampire.svg \ - victory.svg \ - watermelon.svg \ - weep.svg \ - wilt.svg \ - wink.svg \ - yawn.svg \ - yin-yang.svg diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/act-up.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/act-up.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/airplane.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/airplane.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/alien.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/alien.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/angel.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/angel.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,268 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/angry.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/angry.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/arrogant.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/arrogant.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,159 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/bad.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/bad.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/bashful.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/bashful.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/beat-up.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/beat-up.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/beauty.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/beauty.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/beer.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/beer.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,250 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/blowkiss.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/blowkiss.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/bomb.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/bomb.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,234 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/bowl.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/bowl.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/boy.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/boy.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,132 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/brb.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/brb.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/bye.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/bye.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/cake.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/cake.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/call-me.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/call-me.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/camera.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/camera.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,251 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/can.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/can.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/car.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/car.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,280 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/cat.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/cat.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,289 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/chicken.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/chicken.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,230 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/clap.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/clap.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,239 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/clock.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/clock.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/cloudy.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/cloudy.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/clover.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/clover.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,271 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/clown.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/clown.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,249 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/coffee.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/coffee.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/coins.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/coins.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/computer.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/computer.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/confused.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/confused.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/console.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/console.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,466 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/cow.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/cow.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,243 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/crying.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/crying.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/curl-lip.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/curl-lip.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/curse.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/curse.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,287 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/cute.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/cute.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/dance.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/dance.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/dazed.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/dazed.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/desire.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/desire.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,254 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/devil.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/devil.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/disapointed.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/disapointed.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/disdain.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/disdain.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/doctor.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/doctor.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,256 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/dog.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/dog.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/doh.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/doh.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/dont-know.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/dont-know.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/drink.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/drink.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/drool.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/drool.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/eat.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/eat.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/embarrassed.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/embarrassed.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,225 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/excruciating.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/excruciating.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/eyeroll.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/eyeroll.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/film.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/film.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,202 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/fingers-crossed.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/fingers-crossed.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/flag.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/flag.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,262 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/foot-in-mouth.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/foot-in-mouth.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,179 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/freaked-out.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/freaked-out.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/ghost.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/ghost.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,160 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/girl.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/girl.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,139 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/glasses-cool.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/glasses-cool.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/glasses-nerdy.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/glasses-nerdy.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,220 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/go-away.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/go-away.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/goat.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/goat.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,333 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/good.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/good.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/hammer.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/hammer.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/handcuffs.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/handcuffs.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,137 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/handshake.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/handshake.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,299 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/highfive.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/highfive.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,320 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/hug-left.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/hug-left.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/hug-right.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/hug-right.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/hypnotized.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/hypnotized.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,181 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/in-love.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/in-love.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,210 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/island.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/island.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/jump.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/jump.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,289 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/knife.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/knife.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,247 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/lamp.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/lamp.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,213 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/lashes.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/lashes.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/laugh.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/laugh.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/liquor.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/liquor.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/love-over.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/love-over.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/love.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/love.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/lying.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/lying.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,207 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/mail.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/mail.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,205 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/mean.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/mean.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/meeting.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/meeting.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/mobile.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/mobile.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/moneymouth.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/moneymouth.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,172 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/monkey.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/monkey.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,269 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/moon.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/moon.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,158 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/msn-away.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/msn-away.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,332 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/msn-busy.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/msn-busy.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,339 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/msn.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/msn.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,351 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/msn_online.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/msn_online.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,371 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/musical-note.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/musical-note.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,130 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/neutral.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/neutral.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,162 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/party.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/party.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,238 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/peace.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/peace.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/phone.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/phone.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/pig.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/pig.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,193 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/pill.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/pill.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/pissed-off.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/pissed-off.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/pizza.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/pizza.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/plate.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/plate.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/poop.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/poop.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/pray.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/pray.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/present.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/present.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,428 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/question.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/question.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,198 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/quiet.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/quiet.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,237 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/rain.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/rain.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,182 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/rainbow.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/rainbow.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +0,0 @@ - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/rose-dead.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/rose-dead.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,278 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/rose.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/rose.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/rotfl.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/rotfl.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,474 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sad.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sad.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,161 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sarcastic.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sarcastic.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/search.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/search.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/secret.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/secret.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,269 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/shame.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/shame.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,219 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sheep.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sheep.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/shock.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/shock.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/shout.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/shout.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,170 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/shut-mouth.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/shut-mouth.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,186 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sick.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sick.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,201 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sigarette.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sigarette.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,242 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/silly.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/silly.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,209 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/skeleton.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/skeleton.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,273 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/skywalker.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/skywalker.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,296 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sleepy.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sleepy.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,191 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/smile-big.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/smile-big.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,274 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/smile.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/smile.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/smirk.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/smirk.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/snail.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/snail.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,168 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/snicker.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/snicker.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/snowman.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/snowman.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/soccerball.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/soccerball.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/soldier.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/soldier.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,221 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/star.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/star.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/starving.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/starving.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,292 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/struggle.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/struggle.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,263 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sun.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sun.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,241 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/sweat.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/sweat.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,163 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/teeth.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/teeth.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,167 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/terror.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/terror.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/thinking.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/thinking.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,176 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/thunder.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/thunder.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,164 +0,0 @@ - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/tongue.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/tongue.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/tremble.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/tremble.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,211 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/turtle.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/turtle.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/tv.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/tv.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,319 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/umbrella.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/umbrella.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,136 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/vampire.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/vampire.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/victory.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/victory.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,222 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/watermelon.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/watermelon.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/weep.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/weep.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/wilt.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/wilt.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,177 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/wink.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/wink.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,171 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/yawn.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/yawn.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,169 +0,0 @@ - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/scalable/yin-yang.svg --- a/pidgin/pixmaps/emotes/default/22/scalable/yin-yang.svg Tue Aug 14 05:20:12 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,192 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/search.png Binary file pidgin/pixmaps/emotes/default/22/search.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/secret.png Binary file pidgin/pixmaps/emotes/default/22/secret.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/shame.png Binary file pidgin/pixmaps/emotes/default/22/shame.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sheep.png Binary file pidgin/pixmaps/emotes/default/22/sheep.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/shock.png Binary file pidgin/pixmaps/emotes/default/22/shock.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/shout.png Binary file pidgin/pixmaps/emotes/default/22/shout.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/shut-mouth.png Binary file pidgin/pixmaps/emotes/default/22/shut-mouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sick.png Binary file pidgin/pixmaps/emotes/default/22/sick.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sigarette.png Binary file pidgin/pixmaps/emotes/default/22/sigarette.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/silly.png Binary file pidgin/pixmaps/emotes/default/22/silly.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/skeleton.png Binary file pidgin/pixmaps/emotes/default/22/skeleton.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/skywalker.png Binary file pidgin/pixmaps/emotes/default/22/skywalker.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sleepy.png Binary file pidgin/pixmaps/emotes/default/22/sleepy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/smile-big.png Binary file pidgin/pixmaps/emotes/default/22/smile-big.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/smile.png Binary file pidgin/pixmaps/emotes/default/22/smile.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/smirk.png Binary file pidgin/pixmaps/emotes/default/22/smirk.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/snail.png Binary file pidgin/pixmaps/emotes/default/22/snail.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/snicker.png Binary file pidgin/pixmaps/emotes/default/22/snicker.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/snowman.png Binary file pidgin/pixmaps/emotes/default/22/snowman.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/soccerball.png Binary file pidgin/pixmaps/emotes/default/22/soccerball.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/soldier.png Binary file pidgin/pixmaps/emotes/default/22/soldier.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/star.png Binary file pidgin/pixmaps/emotes/default/22/star.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/starving.png Binary file pidgin/pixmaps/emotes/default/22/starving.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/struggle.png Binary file pidgin/pixmaps/emotes/default/22/struggle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sun.png Binary file pidgin/pixmaps/emotes/default/22/sun.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/sweat.png Binary file pidgin/pixmaps/emotes/default/22/sweat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/teeth.png Binary file pidgin/pixmaps/emotes/default/22/teeth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/terror.png Binary file pidgin/pixmaps/emotes/default/22/terror.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/thinking.png Binary file pidgin/pixmaps/emotes/default/22/thinking.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/thunder.png Binary file pidgin/pixmaps/emotes/default/22/thunder.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/time-out.png Binary file pidgin/pixmaps/emotes/default/22/time-out.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/tongue.png Binary file pidgin/pixmaps/emotes/default/22/tongue.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/tremble.png Binary file pidgin/pixmaps/emotes/default/22/tremble.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/turtle.png Binary file pidgin/pixmaps/emotes/default/22/turtle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/tv.png Binary file pidgin/pixmaps/emotes/default/22/tv.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/umbrella.png Binary file pidgin/pixmaps/emotes/default/22/umbrella.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/vampire.png Binary file pidgin/pixmaps/emotes/default/22/vampire.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/victory.png Binary file pidgin/pixmaps/emotes/default/22/victory.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/waiting.png Binary file pidgin/pixmaps/emotes/default/22/waiting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/watermelon.png Binary file pidgin/pixmaps/emotes/default/22/watermelon.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/weep.png Binary file pidgin/pixmaps/emotes/default/22/weep.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/wilt.png Binary file pidgin/pixmaps/emotes/default/22/wilt.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/wink.png Binary file pidgin/pixmaps/emotes/default/22/wink.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/worship.png Binary file pidgin/pixmaps/emotes/default/22/worship.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/yawn.png Binary file pidgin/pixmaps/emotes/default/22/yawn.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/22/yin-yang.png Binary file pidgin/pixmaps/emotes/default/22/yin-yang.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/Makefile.am Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,206 @@ +SUBDIRS = scalable + +SMILEYS = act-up.png \ + airplane.png \ + alien.png \ + angel.png \ + angry.png \ + arrogant.png \ + at-wits-end.png \ + bad.png \ + bashful.png \ + beat-up.png \ + beauty.png \ + beer.png \ + blowkiss.png \ + bomb.png \ + bowl.png \ + boy.png \ + brb.png \ + bulgy-eyes.png \ + bye.png \ + cake.png \ + call-me.png \ + camera.png \ + can.png \ + car.png \ + cat.png \ + chicken.png \ + clap.png \ + clock.png \ + cloudy.png \ + clover.png \ + clown.png \ + coffee.png \ + coins.png \ + computer.png \ + confused.png \ + console.png \ + cowboy.png \ + cow.png \ + crying.png \ + curl-lip.png \ + curse.png \ + cute.png \ + dance.png \ + dazed.png \ + desire.png \ + devil.png \ + disapointed.png \ + disdain.png \ + doctor.png \ + dog.png \ + doh.png \ + dont-know.png \ + drink.png \ + drool.png \ + eat.png \ + embarrassed.png \ + excruciating.png \ + eyeroll.png \ + female-fighter.png \ + film.png \ + fingers-crossed.png \ + flag.png \ + foot-in-mouth.png \ + freaked-out.png \ + ghost.png \ + giggle.png \ + girl.png \ + glasses-cool.png \ + glasses-nerdy.png \ + goat.png \ + go-away.png \ + good.png \ + hammer.png \ + handcuffs.png \ + handshake.png \ + highfive.png \ + hug-left.png \ + hug-right.png \ + hypnotized.png \ + in-love.png \ + island.png \ + jump.png \ + kissed.png \ + kissing.png \ + kiss.png \ + knife.png \ + lamp.png \ + lashes.png \ + laugh.png \ + liquor.png \ + loser.png \ + love-over.png \ + love.png \ + lying.png \ + madtongue.png \ + mail.png \ + male-fighter1.png \ + male-fighter2.png \ + mean.png \ + meeting.png \ + messed.png \ + mobile.png \ + mohawk.png \ + moneymouth.png \ + monkey.png \ + moon.png \ + msn-away.png \ + msn-busy.png \ + msn_online.png \ + msn.png \ + musical-note.png \ + music.png \ + nailbiting.png \ + neutral.png \ + on-the-phone.png \ + party.png \ + peace.png \ + phone.png \ + pig.png \ + pill.png \ + pirate.png \ + pissed-off.png \ + pizza.png \ + plate.png \ + poop.png \ + pray.png \ + present.png \ + pumpkin.png \ + qq.png \ + question.png \ + quiet.png \ + rainbow.png \ + rain.png \ + rose-dead.png \ + rose.png \ + rotfl.png \ + sad.png \ + sarcastic.png \ + search.png \ + secret.png \ + shame.png \ + sheep.png \ + shock.png \ + shout.png \ + shut-mouth.png \ + sick.png \ + sidefrown.png \ + sigarette.png \ + silly.png \ + sinister.png \ + skeleton.png \ + skywalker.png \ + sleepy.png \ + smile-big.png \ + smile.png \ + smirk.png \ + snail.png \ + snicker.png \ + snowman.png \ + soccerball.png \ + soldier.png \ + star.png \ + starving.png \ + stop.png \ + struggle.png \ + sun.png \ + sweat.png \ + talktohand.png \ + teeth.png \ + terror.png \ + thinking.png \ + thunder.png \ + time-out.png \ + tongue.png \ + tremble.png \ + turtle.png \ + tv.png \ + umbrella.png \ + vampire.png \ + victory.png \ + waiting.png \ + watermelon.png \ + waving.png \ + weep.png \ + wilt.png \ + wink.png \ + worship.png \ + yawn.png \ + yin-yang.png + + +pidginsmileypixdir = $(datadir)/pixmaps/pidgin/emotes/default +pidginsmileypix_in_files = default.theme.in +pidginsmileypix_DATA = \ + $(SMILEYS) \ + theme + +theme: default.theme.in + sed -e 's/^_Name=/Name=/' \ + -e 's/^_Description=/Description=/' \ + -e 's/^_Author=/Author=/' \ + $< > $@ + +EXTRA_DIST = $(pidginsmileypix_DATA) $(pidginsmileypix_in_files) diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/Makefile.mingw --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/Makefile.mingw Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,22 @@ +# +# Makefile.mingw +# +# Description: Makefile for win32 (mingw) version of Pidgin pixmaps +# + +PIDGIN_TREE_TOP := ../../../../.. +include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak + +datadir = $(PIDGIN_INSTALL_DIR) +include ./Makefile.am + +.PHONY: install clean + +install: theme + if test '$(pidginsmileypix_DATA)'; then \ + mkdir -p $(pidginsmileypixdir); \ + cp $(pidginsmileypix_DATA) $(pidginsmileypixdir); \ + fi; + +clean: + rm -f theme diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/act-up.png Binary file pidgin/pixmaps/emotes/default/24/act-up.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/airplane.png Binary file pidgin/pixmaps/emotes/default/24/airplane.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/alien.png Binary file pidgin/pixmaps/emotes/default/24/alien.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/angel.png Binary file pidgin/pixmaps/emotes/default/24/angel.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/angry.png Binary file pidgin/pixmaps/emotes/default/24/angry.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/arrogant.png Binary file pidgin/pixmaps/emotes/default/24/arrogant.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/at-wits-end.png Binary file pidgin/pixmaps/emotes/default/24/at-wits-end.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bad.png Binary file pidgin/pixmaps/emotes/default/24/bad.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bashful.png Binary file pidgin/pixmaps/emotes/default/24/bashful.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/beat-up.png Binary file pidgin/pixmaps/emotes/default/24/beat-up.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/beauty.png Binary file pidgin/pixmaps/emotes/default/24/beauty.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/beer.png Binary file pidgin/pixmaps/emotes/default/24/beer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/blowkiss.png Binary file pidgin/pixmaps/emotes/default/24/blowkiss.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bomb.png Binary file pidgin/pixmaps/emotes/default/24/bomb.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bowl.png Binary file pidgin/pixmaps/emotes/default/24/bowl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/boy.png Binary file pidgin/pixmaps/emotes/default/24/boy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/brb.png Binary file pidgin/pixmaps/emotes/default/24/brb.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bulgy-eyes.png Binary file pidgin/pixmaps/emotes/default/24/bulgy-eyes.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/bye.png Binary file pidgin/pixmaps/emotes/default/24/bye.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cake.png Binary file pidgin/pixmaps/emotes/default/24/cake.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/call-me.png Binary file pidgin/pixmaps/emotes/default/24/call-me.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/camera.png Binary file pidgin/pixmaps/emotes/default/24/camera.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/can.png Binary file pidgin/pixmaps/emotes/default/24/can.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/car.png Binary file pidgin/pixmaps/emotes/default/24/car.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cat.png Binary file pidgin/pixmaps/emotes/default/24/cat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/chicken.png Binary file pidgin/pixmaps/emotes/default/24/chicken.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/clap.png Binary file pidgin/pixmaps/emotes/default/24/clap.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/clock.png Binary file pidgin/pixmaps/emotes/default/24/clock.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cloudy.png Binary file pidgin/pixmaps/emotes/default/24/cloudy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/clover.png Binary file pidgin/pixmaps/emotes/default/24/clover.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/clown.png Binary file pidgin/pixmaps/emotes/default/24/clown.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/coffee.png Binary file pidgin/pixmaps/emotes/default/24/coffee.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/coins.png Binary file pidgin/pixmaps/emotes/default/24/coins.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/computer.png Binary file pidgin/pixmaps/emotes/default/24/computer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/confused.png Binary file pidgin/pixmaps/emotes/default/24/confused.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/console.png Binary file pidgin/pixmaps/emotes/default/24/console.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cow.png Binary file pidgin/pixmaps/emotes/default/24/cow.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cowboy.png Binary file pidgin/pixmaps/emotes/default/24/cowboy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/crying.png Binary file pidgin/pixmaps/emotes/default/24/crying.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/curl-lip.png Binary file pidgin/pixmaps/emotes/default/24/curl-lip.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/curse.png Binary file pidgin/pixmaps/emotes/default/24/curse.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/cute.png Binary file pidgin/pixmaps/emotes/default/24/cute.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/dance.png Binary file pidgin/pixmaps/emotes/default/24/dance.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/dazed.png Binary file pidgin/pixmaps/emotes/default/24/dazed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/default.theme.in --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/default.theme.in Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,391 @@ +Name=Default +Description=Pidgin smileys +Icon=wink.png +Author=Hylke Bons + + +# Default smileys +[default] +smile.png :) :-) +smile-big.png :-D :-d :D :d +sad.png :-( :( +wink.png ;-) ;) +tongue.png :P :-P :-p :p +shock.png =-O =-o +kiss.png :-* +glasses-cool.png 8-) +embarrassed.png :-[ +crying.png :'( +thinking.png :-/ :-\\ +angel.png O:-) o:-) +shut-mouth.png :-X +moneymouth.png :-$ +foot-in-mouth.png :-! +shout.png >:o >:O +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + + +# Following AIM 6.1 +[AIM] +smile.png :-) :) +wink.png ;-) ;) +sad.png :-( :( +tongue.png :-P :P :-p :p +shock.png =-O +kiss.png :-* +shout.png >:o +smile-big.png :-D :D +moneymouth.png :-$ +foot-in-mouth.png :-! +embarrassed.png :-[ +angel.png O:-) +thinking.png :-\\ :-/ +crying.png :'( +shut-mouth.png :-X +glasses-cool.png 8-) +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + + +# Following Windows Live Messenger 8.1 +[MSN] +smile.png :) :-) +smile-big.png :D :d :-D :-d +wink.png ;) ;-) +shock.png :-O :-o :O :o +tongue.png :P :p :-P :-p +glasses-cool.png (H) (h) +angry.png :@ :-@ +embarrassed.png :$ :-$ +confused.png :S :s :-S :-s +sad.png :( :-( +crying.png :'( +neutral.png :| :-| +devil.png (6) +angel.png (A) (a) +love.png (L) (l) +love-over.png (U) (u) +msn.png (M) (m) +cat.png (@) +dog.png (&) +moon.png (S) +star.png (*) +film.png (~) +musical-note.png (8) +mail.png (E) (e) +rose.png (F) (f) +rose-dead.png (W) (w) +clock.png (O) (o) +kiss.png (K) (k) +present.png (G) (g) +cake.png (^) +camera.png (P) (p) +lamp.png (I) (i) +coffee.png (C) (c) +phone.png (T) (t) +hug-left.png ({) +hug-right.png (}) +beer.png (B) (b) +drink.png (D) (d) +boy.png (Z) (z) +girl.png (X) (x) +good.png (Y) (y) +bad.png (N) (n) +vampire.png :[ :-[ +goat.png (nah) +sun.png (#) +rainbow.png (R) (r) +quiet.png :-# +teeth.png 8o| +glasses-nerdy.png 8-| +sarcastic.png ^o) +secret.png :-* +sick.png +o( +snail.png (sn) +turtle.png (tu) +plate.png (pl) +bowl.png (||) +pizza.png (pi) +soccerball.png (so) +car.png (au) +airplane.png (ap) +umbrella.png (um) +island.png (ip) +computer.png (co) +mobile.png (mp) +brb.png (brb) +rain.png (st) +highfive.png (h5) +coins.png (mo) +sheep.png (bah) +dont-know.png :^) +thinking.png *-) +thunder.png (li) +party.png <:o) +eyeroll.png 8-) +yawn.png |-) +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + +# Hidden MSN emotes +sigarette.png (ci) (CI) +handcuffs.png (%) +console.png (xx) (XX) +fingers-crossed.png (yn) (YN) + + +# Following QQ 2006 +[QQ] +shock.png /:O /jy /surprised +curl-lip.png /:~ /pz /curl_lip +desire.png /:* /se /desire +dazed.png /:| /dazed +party.png /8-) /dy /revel +crying.png /:< /ll /cry +bashful.png /:$ /hx /bashful +shut-mouth.png /:X /bz /shut_mouth +sleepy.png /:Z /shui /sleep +weep.png /:'( /dk /weep +embarrassed.png /:-| /gg /embarassed +pissed-off.png /:@ /fn /pissed_off +act-up.png /:P /tp /act_up +smile-big.png /:D /cy /toothy_smile +smile.png /:) /wx /small_smile +sad.png /:( /ng /sad +glasses-cool.png /:+ /kuk /cool +doctor.png /:# /feid /SARS +silly.png /:Q /zk /crazy +sick.png /:T /tu /vomit +snicker.png /;p /tx /titter +cute.png /;-D /ka /cute +disdain.png /;d /by /disdain +arrogant.png /;o /am /arrogant +starving.png /:g /jie /starving +yawn.png /|-) /kun /sleepy +terror.png /:! /jk /terror +sweat.png /:L /sweat +smirk.png /:> /hanx /smirk +soldier.png /:; /db /soldier +struggle.png /;f /fendou /struggle +curse.png /:-S /zhm /curse +question.png /? /yiw /question +quiet.png /;x /xu /shh +hypnotized.png /;@ /yun /dizzy +excruciating.png /:8 /zhem /excrutiating +freaked-out.png /;! /shuai /freaked_out +skeleton.png /!!! /kl /skeleton +hammer.png /xx /qiao /hammer +bye.png /bye /zj /bye +go-away.png /go /shan /go +tremble.png /shake /fad /shake +in-love.png /love /aiq /love +jump.png /jump /tiao /jump +search.png /find /zhao /search +lashes.png /& /mm /beautiful_eyebrows +pig.png /pig /zt /pig +cat.png /cat /mm /cat +dog.png /dog /xg /dog +hug-left.png /hug /yb /hug +coins.png /$ /qianc /money +lamp.png /! /dp /lightbulb +bowl.png /cup /bei /cup +cake.png /cake /dg /cake +thunder.png /li /shd /lightning +bomb.png /bome /zhd /bomb +knife.png /kn /dao /knife +soccerball.png /footb /zq /soccer +musical-note.png /music /yy /music +poop.png /shit /bb /shit +coffee.png /coffee /kf /coffee +eat.png /eat /fan /eat +pill.png /pill /yw /pill +rose.png /rose /mg /rose +wilt.png /fade /dx /wilt +kiss.png /kiss /wen /kiss +love.png /heart /xin /heart +love-over.png /break /xs /broken_heart +meeting.png /meeting /hy /meeting +present.png /gift /lw /gift +phone.png /phone /dh /phone +clock.png /time /sj /time +mail.png /email /yj /email +tv.png /TV /ds /TV +sun.png /sun /ty /sun +moon.png /moon /yl /moon +good.png /strong /qiang /thumbs_up +bad.png /weak /ruo /thumbs_down +handshake.png /share /ws /handshake +victory.png /v /shl /victory +beauty.png / /mn /beauty +qq.png / /qz /qq +blowkiss.png / /fw /blow_kiss +angry.png / /oh /angry +liquor.png / /bj /baijiu +can.png / /qsh /soda +watermelon.png / /xigua /watermelon +rain.png / /xy /rain +cloudy.png /<~> /duoy /cloudy +snowman.png / /xr /snowman +star.png /<*> /xixing /star +girl.png /<00> /nv /woman +boy.png /<11> /nan /man +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + + +# Following ICQ 6.0 +[ICQ] +smile.png :-) :) +neutral.png :-$ +sad.png :-( :( +shock.png =-O +wink.png ;-) ;) +tongue.png :-P :P :-p :p +music.png [:-} +laugh.png *JOKINGLY* +sleepy.png *TIRED* +crying.png :'( +sick.png :-! +kissed.png *KISSED* +stop.png *STOP* +kiss.png :-* +kissing.png *KISSING* +embarrassed.png :-[ +devil.png ]:-> +angel.png O:-) +rose.png @}->-- +shut-mouth.png :-X :X :-x :x +bomb.png @= +thinking.png :-\\ :-/ +good.png *THUMBS\ UP* +shout.png >:o >:O +beer.png *DRINK* +smile-big.png :-D :D +moneymouth.png :-$ +glasses-cool.png 8-) +in-love.png *IN\ LOVE* +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + + +# Following Yahoo! Messenger 8.1 +[Yahoo] +smile.png :) :-) +question.png :-/ :-\\ +shock.png :-O :O :-o :o +devil.png >:) +angel.png O:-) o:-) 0:-) +sick.png :-& +yawn.png (:| +hypnotized.png @-) +on-the-phone.png :)] +sad.png :( :-( +in-love.png :x :-x :X :-X +angry.png X-( x-( X( x( +crying.png :(( +glasses-nerdy.png :-B :-b +quiet.png :-$ +drool.png =P~ =p~ +lying.png :^O :^o +call-me.png :-c +wink.png ;) ;-) +embarrassed.png :"> +mean.png :-> :> +laugh.png :)) :-)) +bye.png =; +arrogant.png [-( +thinking.png :-? +waiting.png :-w :-W +at-wits-end.png ~x( ~X( +smile-big.png :D :-D :d :-d +tongue.png :-P :P :-p :p +glasses-cool.png B-) b-) +neutral.png :| :-| +sleepy.png I-) i-) |-) +clown.png :o) :O) +doh.png #-o #-O +weep.png :-< +go-away.png :-h +lashes.png ;;) +kiss.png :-* :* +confused.png :-S :-s +sarcastic.png /:) +eyeroll.png 8-| +silly.png 8-} +clap.png =D> =d> +mad-tongue.png >:P >:p +time-out.png :-t :-T +hug-left.png >:D< >:d< +love-over.png =(( +sweat.png #:-S #:-s +rotfl.png =)) :-j :-J +loser.png L-) l-) +party.png <:-P <:-p +nailbiting.png :-SS :-Ss :-sS :-ss +cowboy.png <):) +desire.png 8-> +! skywalker.png C:-) c:-) C:) c:) +! monkey.png :-(|) :(|) + +# Hidden Yahoo emotes +alien.png =:) >-) +beat-up.png b-( B-( +chicken.png ~:> +coffee.png ~o) ~O) +cow.png 3:-O 3:-o +dance.png \\:D/ \\:d/ +rose.png @};- +dont-know.png :-L :-l +skeleton.png 8-X 8-x +lamp.png *-:) +monkey.png :(|) +coins.png $-) +peace.png :)>- +pig.png :@) +pray.png [-o< [-O< +pumpkin.png (~~) +shame.png [-X [-x +flag.png **== +clover.png %%- +musical-note.png :-" +giggle.png ;)) +worship.png ^:)^ +star.png (*) +waving.png >:/ +talktohand.png :-@ + +# Only available after activating the Yahoo! Fighter IMVironment +male-fighter1.png o-> O-> +male-fighter2.png o=> O=> +female-fighter.png o-+ O-+ +yin-yang.png (%) + + +# Following MySpaceIM Beta 1.0.697.0 +[MySpaceIM] +smile-big.png :D :-D +devil.png }:) +confused.png :Z +glasses-nerdy.png B) +bulgy-eyes.png %) +freaked-out.png :E +smile.png :) :-) +in-love.png :X +laugh.png :)) +mohawk.png -: +mad-tongue.png X( +messed.png X) +glasses-nerdy.png Q) +doh.png :G +pirate.png P) +shock.png :O +sidefrown.png :{ +sinister.png :B +smirk.png :, +neutral.png :| +tongue.png :P :p +pissed-off.png B| +wink.png ;-) ;) +sad.png :[ +kiss.png :x diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/desire.png Binary file pidgin/pixmaps/emotes/default/24/desire.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/devil.png Binary file pidgin/pixmaps/emotes/default/24/devil.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/disapointed.png Binary file pidgin/pixmaps/emotes/default/24/disapointed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/disdain.png Binary file pidgin/pixmaps/emotes/default/24/disdain.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/doctor.png Binary file pidgin/pixmaps/emotes/default/24/doctor.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/dog.png Binary file pidgin/pixmaps/emotes/default/24/dog.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/doh.png Binary file pidgin/pixmaps/emotes/default/24/doh.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/dont-know.png Binary file pidgin/pixmaps/emotes/default/24/dont-know.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/drink.png Binary file pidgin/pixmaps/emotes/default/24/drink.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/drool.png Binary file pidgin/pixmaps/emotes/default/24/drool.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/eat.png Binary file pidgin/pixmaps/emotes/default/24/eat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/embarrassed.png Binary file pidgin/pixmaps/emotes/default/24/embarrassed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/excruciating.png Binary file pidgin/pixmaps/emotes/default/24/excruciating.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/eyeroll.png Binary file pidgin/pixmaps/emotes/default/24/eyeroll.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/female-fighter.png Binary file pidgin/pixmaps/emotes/default/24/female-fighter.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/film.png Binary file pidgin/pixmaps/emotes/default/24/film.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/fingers-crossed.png Binary file pidgin/pixmaps/emotes/default/24/fingers-crossed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/flag.png Binary file pidgin/pixmaps/emotes/default/24/flag.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/foot-in-mouth.png Binary file pidgin/pixmaps/emotes/default/24/foot-in-mouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/freaked-out.png Binary file pidgin/pixmaps/emotes/default/24/freaked-out.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/ghost.png Binary file pidgin/pixmaps/emotes/default/24/ghost.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/giggle.png Binary file pidgin/pixmaps/emotes/default/24/giggle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/girl.png Binary file pidgin/pixmaps/emotes/default/24/girl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/glasses-cool.png Binary file pidgin/pixmaps/emotes/default/24/glasses-cool.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/glasses-nerdy.png Binary file pidgin/pixmaps/emotes/default/24/glasses-nerdy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/go-away.png Binary file pidgin/pixmaps/emotes/default/24/go-away.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/goat.png Binary file pidgin/pixmaps/emotes/default/24/goat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/good.png Binary file pidgin/pixmaps/emotes/default/24/good.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/hammer.png Binary file pidgin/pixmaps/emotes/default/24/hammer.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/handcuffs.png Binary file pidgin/pixmaps/emotes/default/24/handcuffs.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/handshake.png Binary file pidgin/pixmaps/emotes/default/24/handshake.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/highfive.png Binary file pidgin/pixmaps/emotes/default/24/highfive.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/hug-left.png Binary file pidgin/pixmaps/emotes/default/24/hug-left.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/hug-right.png Binary file pidgin/pixmaps/emotes/default/24/hug-right.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/hypnotized.png Binary file pidgin/pixmaps/emotes/default/24/hypnotized.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/in-love.png Binary file pidgin/pixmaps/emotes/default/24/in-love.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/island.png Binary file pidgin/pixmaps/emotes/default/24/island.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/jump.png Binary file pidgin/pixmaps/emotes/default/24/jump.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/kiss.png Binary file pidgin/pixmaps/emotes/default/24/kiss.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/kissed.png Binary file pidgin/pixmaps/emotes/default/24/kissed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/kissing.png Binary file pidgin/pixmaps/emotes/default/24/kissing.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/knife.png Binary file pidgin/pixmaps/emotes/default/24/knife.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/lamp.png Binary file pidgin/pixmaps/emotes/default/24/lamp.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/lashes.png Binary file pidgin/pixmaps/emotes/default/24/lashes.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/laugh.png Binary file pidgin/pixmaps/emotes/default/24/laugh.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/liquor.png Binary file pidgin/pixmaps/emotes/default/24/liquor.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/loser.png Binary file pidgin/pixmaps/emotes/default/24/loser.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/love-over.png Binary file pidgin/pixmaps/emotes/default/24/love-over.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/love.png Binary file pidgin/pixmaps/emotes/default/24/love.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/lying.png Binary file pidgin/pixmaps/emotes/default/24/lying.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/madtongue.png Binary file pidgin/pixmaps/emotes/default/24/madtongue.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/mail.png Binary file pidgin/pixmaps/emotes/default/24/mail.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/male-fighter1.png Binary file pidgin/pixmaps/emotes/default/24/male-fighter1.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/male-fighter2.png Binary file pidgin/pixmaps/emotes/default/24/male-fighter2.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/mean.png Binary file pidgin/pixmaps/emotes/default/24/mean.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/meeting.png Binary file pidgin/pixmaps/emotes/default/24/meeting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/messed.png Binary file pidgin/pixmaps/emotes/default/24/messed.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/mobile.png Binary file pidgin/pixmaps/emotes/default/24/mobile.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/mohawk.png Binary file pidgin/pixmaps/emotes/default/24/mohawk.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/moneymouth.png Binary file pidgin/pixmaps/emotes/default/24/moneymouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/monkey.png Binary file pidgin/pixmaps/emotes/default/24/monkey.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/moon.png Binary file pidgin/pixmaps/emotes/default/24/moon.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/msn-away.png Binary file pidgin/pixmaps/emotes/default/24/msn-away.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/msn-busy.png Binary file pidgin/pixmaps/emotes/default/24/msn-busy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/msn.png Binary file pidgin/pixmaps/emotes/default/24/msn.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/msn_online.png Binary file pidgin/pixmaps/emotes/default/24/msn_online.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/music.png Binary file pidgin/pixmaps/emotes/default/24/music.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/musical-note.png Binary file pidgin/pixmaps/emotes/default/24/musical-note.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/nailbiting.png Binary file pidgin/pixmaps/emotes/default/24/nailbiting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/neutral.png Binary file pidgin/pixmaps/emotes/default/24/neutral.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/on-the-phone.png Binary file pidgin/pixmaps/emotes/default/24/on-the-phone.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/party.png Binary file pidgin/pixmaps/emotes/default/24/party.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/peace.png Binary file pidgin/pixmaps/emotes/default/24/peace.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/phone.png Binary file pidgin/pixmaps/emotes/default/24/phone.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pig.png Binary file pidgin/pixmaps/emotes/default/24/pig.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pill.png Binary file pidgin/pixmaps/emotes/default/24/pill.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pirate.png Binary file pidgin/pixmaps/emotes/default/24/pirate.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pissed-off.png Binary file pidgin/pixmaps/emotes/default/24/pissed-off.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pizza.png Binary file pidgin/pixmaps/emotes/default/24/pizza.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/plate.png Binary file pidgin/pixmaps/emotes/default/24/plate.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/poop.png Binary file pidgin/pixmaps/emotes/default/24/poop.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pray.png Binary file pidgin/pixmaps/emotes/default/24/pray.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/present.png Binary file pidgin/pixmaps/emotes/default/24/present.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/pumpkin.png Binary file pidgin/pixmaps/emotes/default/24/pumpkin.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/qq.png Binary file pidgin/pixmaps/emotes/default/24/qq.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/question.png Binary file pidgin/pixmaps/emotes/default/24/question.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/quiet.png Binary file pidgin/pixmaps/emotes/default/24/quiet.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/rain.png Binary file pidgin/pixmaps/emotes/default/24/rain.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/rainbow.png Binary file pidgin/pixmaps/emotes/default/24/rainbow.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/rose-dead.png Binary file pidgin/pixmaps/emotes/default/24/rose-dead.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/rose.png Binary file pidgin/pixmaps/emotes/default/24/rose.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/rotfl.png Binary file pidgin/pixmaps/emotes/default/24/rotfl.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sad.png Binary file pidgin/pixmaps/emotes/default/24/sad.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sarcastic.png Binary file pidgin/pixmaps/emotes/default/24/sarcastic.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/Makefile.am Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,188 @@ +SMILEYS = act-up.svg \ + airplane.svg \ + alien.svg \ + angel.svg \ + angry.svg \ + arrogant.svg \ + at-wits-end.svg \ + bad.svg \ + bashful.svg \ + beat-up.svg \ + beauty.svg \ + beer.svg \ + blowkiss.svg \ + bomb.svg \ + bowl.svg \ + boy.svg \ + brb.svg \ + bulgy-eyes.svg \ + bye.svg \ + cake.svg \ + call-me.svg \ + camera.svg \ + can.svg \ + car.svg \ + cat.svg \ + chicken.svg \ + clap.svg \ + clock.svg \ + cloudy.svg \ + clover.svg \ + clown.svg \ + coffee.svg \ + coins.svg \ + computer.svg \ + confused.svg \ + console.svg \ + cowboy.svg \ + cow.svg \ + crying.svg \ + curl-lip.svg \ + curse.svg \ + cute.svg \ + dance.svg \ + dazed.svg \ + desire.svg \ + devil.svg \ + disapointed.svg \ + disdain.svg \ + doctor.svg \ + dog.svg \ + doh.svg \ + dont-know.svg \ + drink.svg \ + drool.svg \ + eat.svg \ + embarrassed.svg \ + excruciating.svg \ + eyeroll.svg \ + female-fighter.svg \ + film.svg \ + fingers-crossed.svg \ + flag.svg \ + foot-in-mouth.svg \ + freaked-out.svg \ + ghost.svg \ + giggle.svg \ + girl.svg \ + glasses-cool.svg \ + glasses-nerdy.svg \ + goat.svg \ + go-away.svg \ + good.svg \ + hammer.svg \ + handcuffs.svg \ + handshake.svg \ + highfive.svg \ + hug-left.svg \ + hug-right.svg \ + hypnotized.svg \ + in-love.svg \ + island.svg \ + jump.svg \ + kissed.svg \ + kissing.svg \ + kiss.svg \ + knife.svg \ + lamp.svg \ + lashes.svg \ + laugh.svg \ + liquor.svg \ + loser.svg \ + love-over.svg \ + love.svg \ + lying.svg \ + madtongue.svg \ + mail.svg \ + male-fighter1.svg \ + male-fighter2.svg \ + mean.svg \ + meeting.svg \ + messed.svg \ + mobile.svg \ + mohawk.svg \ + moneymouth.svg \ + monkey.svg \ + moon.svg \ + msn-away.svg \ + msn-busy.svg \ + msn_online.svg \ + msn.svg \ + musical-note.svg \ + music.svg \ + nailbiting.svg \ + neutral.svg \ + on-the-phone.svg \ + party.svg \ + peace.svg \ + phone.svg \ + pig.svg \ + pill.svg \ + pirate.svg \ + pissed-off.svg \ + pizza.svg \ + plate.svg \ + poop.svg \ + pray.svg \ + present.svg \ + qq.svg \ + question.svg \ + quiet.svg \ + rainbow.svg \ + rain.svg \ + rose-dead.svg \ + rose.svg \ + rotfl.svg \ + sad.svg \ + sarcastic.svg \ + search.svg \ + secret.svg \ + shame.svg \ + sheep.svg \ + shock.svg \ + shout.svg \ + shut-mouth.svg \ + sick.svg \ + sidefrown.svg \ + sigarette.svg \ + silly.svg \ + sinister.svg \ + skeleton.svg \ + skywalker.svg \ + sleepy.svg \ + smile-big.svg \ + smile.svg \ + smirk.svg \ + snail.svg \ + snicker.svg \ + snowman.svg \ + soccerball.svg \ + soldier.svg \ + star.svg \ + starving.svg \ + stop.svg \ + struggle.svg \ + sun.svg \ + sweat.svg \ + talktohand.svg \ + teeth.svg \ + terror.svg \ + thinking.svg \ + thunder.svg \ + time-out.svg \ + tongue.svg \ + tremble.svg \ + turtle.svg \ + tv.svg \ + umbrella.svg \ + vampire.svg \ + victory.svg \ + waiting.svg \ + watermelon.svg \ + waving.svg \ + weep.svg \ + wilt.svg \ + wink.svg \ + worship.svg \ + yawn.svg \ + yin-yang.svg diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/act-up.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/act-up.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/airplane.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/airplane.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/alien.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/alien.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/angel.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/angel.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,350 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/angry.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/angry.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,295 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/arrogant.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/arrogant.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/at-wits-end.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/at-wits-end.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bad.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bad.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bashful.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bashful.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/beat-up.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/beat-up.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,317 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/beauty.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/beauty.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/beer.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/beer.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/blowkiss.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/blowkiss.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bomb.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bomb.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bowl.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bowl.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/boy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/boy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,132 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/brb.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/brb.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bulgy-eyes.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bulgy-eyes.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,446 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/bye.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/bye.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,310 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cake.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cake.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/call-me.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/call-me.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/camera.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/camera.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/can.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/can.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/car.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/car.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,280 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cat.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cat.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,289 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/chicken.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/chicken.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,230 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/clap.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clap.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/clock.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clock.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,181 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cloudy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cloudy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/clover.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clover.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/clown.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/clown.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/coffee.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/coffee.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/coins.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/coins.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/computer.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/computer.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,227 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/confused.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/confused.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/console.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/console.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,466 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cow.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cow.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cowboy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cowboy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,342 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/crying.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/crying.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,293 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/curl-lip.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/curl-lip.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/curse.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/curse.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/cute.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/cute.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,207 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/dance.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/dance.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/dazed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/dazed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/desire.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/desire.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/devil.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/devil.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,258 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/disapointed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/disapointed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/disdain.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/disdain.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/doctor.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/doctor.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,514 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/dog.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/dog.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/doh.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/doh.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,257 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/dont-know.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/dont-know.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,290 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/drink.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/drink.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/drool.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/drool.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,343 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/eat.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/eat.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,372 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/embarrassed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/embarrassed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/excruciating.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/excruciating.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,286 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/eyeroll.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/eyeroll.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/female-fighter.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/female-fighter.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,388 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/film.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/film.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,202 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/fingers-crossed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/fingers-crossed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/flag.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/flag.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/foot-in-mouth.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/foot-in-mouth.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/freaked-out.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/freaked-out.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/ghost.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/ghost.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,160 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/giggle.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/giggle.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/girl.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/girl.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/glasses-cool.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/glasses-cool.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/glasses-nerdy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/glasses-nerdy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/go-away.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/go-away.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/goat.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/goat.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/good.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/good.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/hammer.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/hammer.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/handcuffs.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/handcuffs.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/handshake.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/handshake.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,530 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/highfive.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/highfive.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,585 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/hug-left.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/hug-left.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/hug-right.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/hug-right.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,352 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/hypnotized.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/hypnotized.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/in-love.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/in-love.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,314 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/island.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/island.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/jump.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/jump.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/kiss.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/kiss.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,386 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/kissed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/kissed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,452 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/kissing.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/kissing.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,486 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/knife.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/knife.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/lamp.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/lamp.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/lashes.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/lashes.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,284 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/laugh.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/laugh.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/liquor.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/liquor.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/loser.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/loser.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/love-over.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/love-over.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/love.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/love.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/lying.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/lying.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/madtongue.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/madtongue.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/mail.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mail.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/male-fighter1.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/male-fighter1.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/male-fighter2.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/male-fighter2.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/mean.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mean.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/meeting.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/meeting.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,410 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/messed.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/messed.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/mobile.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mobile.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,211 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/mohawk.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/mohawk.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,458 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/moneymouth.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/moneymouth.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/monkey.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/monkey.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,269 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/moon.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/moon.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/msn-away.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/msn-away.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/msn-busy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/msn-busy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,339 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/msn.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/msn.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/msn_online.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/msn_online.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,371 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/music.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/music.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,641 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/musical-note.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/musical-note.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/nailbiting.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/nailbiting.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,690 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/neutral.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/neutral.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/on-the-phone.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/on-the-phone.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,556 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/party.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/party.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,411 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/peace.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/peace.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/phone.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/phone.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pig.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pig.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,193 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pill.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pill.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pirate.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pirate.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pissed-off.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pissed-off.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,250 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pizza.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pizza.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/plate.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/plate.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/poop.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/poop.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,222 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pray.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pray.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/present.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/present.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/pumpkin.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/pumpkin.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,285 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/qq.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/qq.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,173 @@ + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/question.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/question.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/quiet.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/quiet.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,309 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/rain.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rain.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/rainbow.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rainbow.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/rose-dead.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rose-dead.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/rose.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rose.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,248 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/rotfl.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/rotfl.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,562 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sad.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sad.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sarcastic.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sarcastic.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,266 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/search.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/search.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/secret.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/secret.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/shame.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/shame.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,348 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sheep.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sheep.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/shock.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/shock.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/shout.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/shout.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/shut-mouth.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/shut-mouth.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sick.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sick.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,281 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sidefrown.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sidefrown.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sigarette.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sigarette.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/silly.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/silly.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sinister.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sinister.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,476 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/skeleton.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/skeleton.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,273 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/skywalker.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/skywalker.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sleepy.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sleepy.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/smile-big.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/smile-big.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/smile.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/smile.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,442 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/smirk.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/smirk.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,306 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/snail.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/snail.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/snicker.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/snicker.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/snowman.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/snowman.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,263 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/soccerball.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/soccerball.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/soldier.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/soldier.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/star.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/star.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/starving.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/starving.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/stop.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/stop.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/struggle.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/struggle.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,198 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sun.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sun.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,241 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/sweat.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/sweat.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/talktohand.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/talktohand.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,278 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/teeth.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/teeth.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/terror.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/terror.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/thinking.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/thinking.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,251 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/thunder.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/thunder.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/time-out.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/time-out.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,495 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/tongue.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/tongue.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,256 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/tremble.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/tremble.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,313 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/turtle.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/turtle.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,188 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/tv.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/tv.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/umbrella.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/umbrella.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/vampire.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/vampire.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/victory.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/victory.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/waiting.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/waiting.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,641 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/watermelon.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/watermelon.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/waving.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/waving.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,341 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/weep.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/weep.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,302 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/wilt.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/wilt.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/wink.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/wink.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/worship.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/worship.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,632 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/yawn.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/yawn.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/scalable/yin-yang.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/pixmaps/emotes/default/24/scalable/yin-yang.svg Tue Aug 14 19:36:49 2007 +0000 @@ -0,0 +1,192 @@ + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/search.png Binary file pidgin/pixmaps/emotes/default/24/search.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/secret.png Binary file pidgin/pixmaps/emotes/default/24/secret.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/shame.png Binary file pidgin/pixmaps/emotes/default/24/shame.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sheep.png Binary file pidgin/pixmaps/emotes/default/24/sheep.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/shock.png Binary file pidgin/pixmaps/emotes/default/24/shock.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/shout.png Binary file pidgin/pixmaps/emotes/default/24/shout.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/shut-mouth.png Binary file pidgin/pixmaps/emotes/default/24/shut-mouth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sick.png Binary file pidgin/pixmaps/emotes/default/24/sick.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sidefrown.png Binary file pidgin/pixmaps/emotes/default/24/sidefrown.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sigarette.png Binary file pidgin/pixmaps/emotes/default/24/sigarette.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/silly.png Binary file pidgin/pixmaps/emotes/default/24/silly.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sinister.png Binary file pidgin/pixmaps/emotes/default/24/sinister.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/skeleton.png Binary file pidgin/pixmaps/emotes/default/24/skeleton.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/skywalker.png Binary file pidgin/pixmaps/emotes/default/24/skywalker.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sleepy.png Binary file pidgin/pixmaps/emotes/default/24/sleepy.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/smile-big.png Binary file pidgin/pixmaps/emotes/default/24/smile-big.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/smile.png Binary file pidgin/pixmaps/emotes/default/24/smile.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/smirk.png Binary file pidgin/pixmaps/emotes/default/24/smirk.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/snail.png Binary file pidgin/pixmaps/emotes/default/24/snail.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/snicker.png Binary file pidgin/pixmaps/emotes/default/24/snicker.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/snowman.png Binary file pidgin/pixmaps/emotes/default/24/snowman.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/soccerball.png Binary file pidgin/pixmaps/emotes/default/24/soccerball.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/soldier.png Binary file pidgin/pixmaps/emotes/default/24/soldier.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/star.png Binary file pidgin/pixmaps/emotes/default/24/star.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/starving.png Binary file pidgin/pixmaps/emotes/default/24/starving.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/stop.png Binary file pidgin/pixmaps/emotes/default/24/stop.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/struggle.png Binary file pidgin/pixmaps/emotes/default/24/struggle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sun.png Binary file pidgin/pixmaps/emotes/default/24/sun.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/sweat.png Binary file pidgin/pixmaps/emotes/default/24/sweat.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/talktohand.png Binary file pidgin/pixmaps/emotes/default/24/talktohand.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/teeth.png Binary file pidgin/pixmaps/emotes/default/24/teeth.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/terror.png Binary file pidgin/pixmaps/emotes/default/24/terror.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/thinking.png Binary file pidgin/pixmaps/emotes/default/24/thinking.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/thunder.png Binary file pidgin/pixmaps/emotes/default/24/thunder.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/time-out.png Binary file pidgin/pixmaps/emotes/default/24/time-out.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/tongue.png Binary file pidgin/pixmaps/emotes/default/24/tongue.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/tremble.png Binary file pidgin/pixmaps/emotes/default/24/tremble.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/turtle.png Binary file pidgin/pixmaps/emotes/default/24/turtle.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/tv.png Binary file pidgin/pixmaps/emotes/default/24/tv.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/umbrella.png Binary file pidgin/pixmaps/emotes/default/24/umbrella.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/vampire.png Binary file pidgin/pixmaps/emotes/default/24/vampire.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/victory.png Binary file pidgin/pixmaps/emotes/default/24/victory.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/waiting.png Binary file pidgin/pixmaps/emotes/default/24/waiting.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/watermelon.png Binary file pidgin/pixmaps/emotes/default/24/watermelon.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/waving.png Binary file pidgin/pixmaps/emotes/default/24/waving.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/weep.png Binary file pidgin/pixmaps/emotes/default/24/weep.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/wilt.png Binary file pidgin/pixmaps/emotes/default/24/wilt.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/wink.png Binary file pidgin/pixmaps/emotes/default/24/wink.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/worship.png Binary file pidgin/pixmaps/emotes/default/24/worship.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/yawn.png Binary file pidgin/pixmaps/emotes/default/24/yawn.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/24/yin-yang.png Binary file pidgin/pixmaps/emotes/default/24/yin-yang.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/emotes/default/Makefile.am --- a/pidgin/pixmaps/emotes/default/Makefile.am Tue Aug 14 05:20:12 2007 +0000 +++ b/pidgin/pixmaps/emotes/default/Makefile.am Tue Aug 14 19:36:49 2007 +0000 @@ -1,5 +1,5 @@ -SUBDIRS=22 +SUBDIRS=24 EXTRA_DIST= \ Makefile.mingw \ - 22/Makefile.mingw + 24/Makefile.mingw diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/icons/16/pidgin.png Binary file pidgin/pixmaps/icons/16/pidgin.png has changed diff -r 8c126e388ea4 -r c5f2e9b7b9ab pidgin/pixmaps/logo.png Binary file pidgin/pixmaps/logo.png has changed