diff pidgin/gtkthemes.h @ 32520:fe75cd926073

Webkit Message views. This commit is a squashed commit of the series of commits from my git repository which I was using for development. (git://github.com/tdrhq/pidgin-clone.git, branch webkit)
author tdrhq@soc.pidgin.im
date Fri, 24 Jul 2009 01:18:07 +0000
parents d7e66b6137f9
children 02a2e8183b1d
line wrap: on
line diff
--- a/pidgin/gtkthemes.h	Thu Jul 23 04:05:31 2009 +0000
+++ b/pidgin/gtkthemes.h	Fri Jul 24 01:18:07 2009 +0000
@@ -29,6 +29,7 @@
 struct smiley_list {
 	char *sml;
 	GSList *smileys;
+	GHashTable *files; /**< map from smiley shortcut to filename */
 	struct smiley_list *next;
 };