pimlico-tasks: remove patch

This patch is already applied in the newer upstream

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-11-20 17:09:45 -08:00 committed by Richard Purdie
parent f92b248d96
commit 762fd6b7b3
2 changed files with 1 additions and 29 deletions

View File

@ -1,26 +0,0 @@
commit ea52d46d691c5fce4473ea4e24a35411381f3a65
Author: Ross Burton <ross@linux.intel.com>
Date: Fri Aug 21 14:23:21 2009 +0100
Fix compilation on pre-GTK+ 2.16
diff --git a/libkoto/koto-field-editor-factory.c b/libkoto/koto-field-editor-factory.c
index bb776ab..d0e5328 100644
--- a/libkoto/koto-field-editor-factory.c
+++ b/libkoto/koto-field-editor-factory.c
@@ -132,6 +132,7 @@ entry_set (GtkWidget *widget, icalproperty *prop)
* URL entries.
*/
+#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME
static void
url_entry_icon_clicked (GtkEntry *entry,
GtkEntryIconPosition icon_pos,
@@ -146,7 +147,6 @@ url_entry_icon_clicked (GtkEntry *entry,
}
}
-#if HAVE_DECL_GTK_ENTRY_SET_ICON_FROM_ICON_NAME
static void
on_url_entry_changed (GtkEntry *entry)
{

View File

@ -5,9 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
file://src/omoko/openmoko-tasks.c;endline=20;md5=04d56a46863c9f4247694f40257a836a \
file://src/hildon/hildon-tasks.c;endline=21;md5=488ddf31dc14b2196dec7cc736211b52"
SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz \
file://fix_pre-GTK+2.16.patch;apply=yes \
"
SRC_URI = "http://pimlico-project.org/sources/${PN}/${PN}-${PV}.tar.gz"
OWL_poky = "--with-owl"