diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-20 17:09:45 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-22 10:25:36 +0000 |
commit | 762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e (patch) | |
tree | c48d599de18ce66f51e99cf66560f7a0f8962054 /meta/recipes-sato/pimlico/tasks | |
parent | f92b248d9640d6de1d5fbccb6acf0c3b60689dea (diff) | |
download | poky-762fd6b7b3b22d7a8cb80ef9e9ba62e7ef21af3e.tar.gz |
pimlico-tasks: remove patch
This patch is already applied in the newer upstream
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-sato/pimlico/tasks')
-rw-r--r-- | meta/recipes-sato/pimlico/tasks/fix_pre-GTK+2.16.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta/recipes-sato/pimlico/tasks/fix_pre-GTK+2.16.patch b/meta/recipes-sato/pimlico/tasks/fix_pre-GTK+2.16.patch deleted file mode 100644 index 6c458d2601..0000000000 --- a/meta/recipes-sato/pimlico/tasks/fix_pre-GTK+2.16.patch +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | commit ea52d46d691c5fce4473ea4e24a35411381f3a65 | ||
2 | Author: Ross Burton <ross@linux.intel.com> | ||
3 | Date: Fri Aug 21 14:23:21 2009 +0100 | ||
4 | |||
5 | Fix compilation on pre-GTK+ 2.16 | ||
6 | |||
7 | diff --git a/libkoto/koto-field-editor-factory.c b/libkoto/koto-field-editor-factory.c | ||
8 | index bb776ab..d0e5328 100644 | ||
9 | --- a/libkoto/koto-field-editor-factory.c | ||
10 | +++ b/libkoto/koto-field-editor-factory.c | ||
11 | @@ -132,6 +132,7 @@ entry_set (GtkWidget *widget, icalproperty *prop) | ||
12 | * URL entries. | ||
13 | */ | ||
14 | |||
15 | +#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME | ||
16 | static void | ||
17 | url_entry_icon_clicked (GtkEntry *entry, | ||
18 | GtkEntryIconPosition icon_pos, | ||
19 | @@ -146,7 +147,6 @@ url_entry_icon_clicked (GtkEntry *entry, | ||
20 | } | ||
21 | } | ||
22 | |||
23 | -#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME | ||
24 | static void | ||
25 | on_url_entry_changed (GtkEntry *entry) | ||
26 | { | ||