diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-08-28 17:27:02 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-08-28 17:27:02 +0000 |
commit | ca23e0ca19b74614479db75d3a9f659dde06c6cb (patch) | |
tree | 4f486906d9388ebdb1ba2c67d505938c7a9dc23e /net-im/kf/files | |
parent | 7669903f19c5b67a0a6378a3c0474c4380d8642b (diff) |
Notes
Diffstat (limited to 'net-im/kf/files')
-rw-r--r-- | net-im/kf/files/patch-src__jispman.c | 21 | ||||
-rw-r--r-- | net-im/kf/files/patch-src__jispman.h | 11 |
2 files changed, 28 insertions, 4 deletions
diff --git a/net-im/kf/files/patch-src__jispman.c b/net-im/kf/files/patch-src__jispman.c index c50d447ce4d0..02158d2ec407 100644 --- a/net-im/kf/files/patch-src__jispman.c +++ b/net-im/kf/files/patch-src__jispman.c @@ -1,6 +1,19 @@ ---- src/jispman.c.orig Sun Apr 10 13:03:54 2005 -+++ src/jispman.c Thu Nov 24 23:08:21 2005 -@@ -162,13 +162,14 @@ +--- src/jispman.c.orig Sun Apr 10 19:03:54 2005 ++++ src/jispman.c Mon Aug 28 20:11:49 2006 +@@ -25,12 +25,6 @@ + #include "emoticons.h" + #include "kf.h" + +-struct _KfJispManager { +- GHashTable *jisps; /** A hash-table of all JISP pachages managed by this object, indexed by their filename */ +- GList *patterns; /** A list of patterns */ +-}; +- +- + /** + * \brief create a new instance of KfJispManager + * \return a new instance of KfJispManager +@@ -162,13 +156,14 @@ **/ KfJisp *kf_jisp_manager_get_jisp_for_jid (KfJispManager *jispman, const gchar *jid) { @@ -18,7 +31,7 @@ if (g_pattern_match_string (pattern->gpat, jid)) return pattern->jisp; -@@ -188,10 +189,12 @@ +@@ -188,10 +183,12 @@ **/ KfJispPattern *kf_jisp_pattern_new (const gchar *pattern, KfJisp *jisp) { diff --git a/net-im/kf/files/patch-src__jispman.h b/net-im/kf/files/patch-src__jispman.h new file mode 100644 index 000000000000..b17fa93be2f1 --- /dev/null +++ b/net-im/kf/files/patch-src__jispman.h @@ -0,0 +1,11 @@ +--- src/jispman.h.orig Sun Apr 10 19:03:54 2005 ++++ src/jispman.h Mon Aug 28 20:11:39 2006 +@@ -25,6 +25,8 @@ + #include "jisp.h" + + typedef struct _KfJispManager { ++ GHashTable *jisps; ++ GList *patterns; + } KfJispManager; + + /** |