aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe/libqpe-opie/citytime-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libqpe/libqpe-opie/citytime-path.patch')
-rw-r--r--recipes/libqpe/libqpe-opie/citytime-path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libqpe/libqpe-opie/citytime-path.patch b/recipes/libqpe/libqpe-opie/citytime-path.patch
new file mode 100644
index 0000000000..0abaf146d7
--- /dev/null
+++ b/recipes/libqpe/libqpe-opie/citytime-path.patch
@@ -0,0 +1,11 @@
+--- library/tzselect.cpp.orig 2008-01-12 21:05:49.000000000 +1300
++++ library/tzselect.cpp 2008-01-12 21:06:01.000000000 +1300
+@@ -273,7 +273,7 @@
+ void TimeZoneSelector::slotExecute( void )
+ {
+ // execute the world time application...
+- if (QFile::exists(QPEApplication::qpeDir()+"bin/citytime"))
++ if (QFile::exists(OPIE_BINDIR "/citytime"))
+ Global::execute( "citytime" );
+ else
+ QMessageBox::warning(this,tr("citytime executable not found"),