aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pidgin
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-27 19:41:37 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-27 19:55:05 +0200
commit4e0548d6757b0fcc8bc9857d4189512279d7dd33 (patch)
treecdcbeed160ac2df8cdfbadce7a77b0db7a1e409a /recipes/pidgin
parent43a32bc5d7ef1eb494506a500b546e5d26f58eb1 (diff)
downloadopenembedded-4e0548d6757b0fcc8bc9857d4189512279d7dd33.tar.gz
pidgin : moved unused files to obsolete dir
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/pidgin')
-rw-r--r--recipes/pidgin/pidgin/status-icon-theme-crash.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/pidgin/pidgin/status-icon-theme-crash.patch b/recipes/pidgin/pidgin/status-icon-theme-crash.patch
deleted file mode 100644
index 0cbd6067ea..0000000000
--- a/recipes/pidgin/pidgin/status-icon-theme-crash.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-This is a backport of missing chunk of the patch:
-
-Author: qulogic@pidgin.im
-Changelog: I guess this pref name was changed but this one line was not. This would
-cause the status icon theme to revert to the default on startup.
-Fixes #10155.
-Date: Tue, 01 Sep 2009 00:33:52 GMT
-#
-#
-# patch "pidgin/pidginstock.c"
-# from [2487a2d68312f5afff439a0fa765c3fe40553701]
-# to [d1da5e342d29fffdf381c68b779c2cb80c5e2caf]
-#
-Index: pidgin-2.6.2/pidgin/pidginstock.c
-===================================================================
---- pidgin-2.6.2.orig/pidgin/pidginstock.c
-+++ pidgin-2.6.2/pidgin/pidginstock.c
-@@ -609,7 +609,8 @@ pidgin_stock_init(void)
-
- PidginStatusIconTheme *theme = PIDGIN_STATUS_ICON_THEME(purple_theme_loader_build(PURPLE_THEME_LOADER(loader), path));
- pidgin_stock_load_status_icon_theme(theme);
-- g_object_unref(G_OBJECT(theme));
-+ if (theme)
-+ g_object_unref(G_OBJECT(theme));
-
- }
- else