From 4e0548d6757b0fcc8bc9857d4189512279d7dd33 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 27 Sep 2010 19:41:37 +0200 Subject: pidgin : moved unused files to obsolete dir Signed-off-by: Frans Meulenbroeks --- .../pidgin/pidgin/status-icon-theme-crash.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 recipes/pidgin/pidgin/status-icon-theme-crash.patch (limited to 'recipes/pidgin') 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 -- cgit 1.2.3-korg