[Pkg-osm-commits] [SCM] monav branch, master, updated. debian/0.3-1-1-gbdc0351

David Paleino dapal at debian.org
Tue Apr 26 06:51:22 UTC 2011


The following commit has been merged in the master branch:
commit bdc035161d81db7764af9f192ca8eefef90dd7cd
Author: David Paleino <dapal at debian.org>
Date:   Tue Apr 26 08:50:58 2011 +0200

    Fix 03-dont_embed_resources.patch: it was using an old slot name.

diff --git a/debian/changelog b/debian/changelog
index add792f..c150f5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+monav (0.3-2) UNRELEASED; urgency=low
+
+  * Fix 03-dont_embed_resources.patch: it was using an old slot
+    name.
+
+ -- David Paleino <dapal at debian.org>  Tue, 26 Apr 2011 08:50:44 +0200
+
 monav (0.3-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/03-dont_embed_resources.patch b/debian/patches/03-dont_embed_resources.patch
index b707f84..0e1d389 100644
--- a/debian/patches/03-dont_embed_resources.patch
+++ b/debian/patches/03-dont_embed_resources.patch
@@ -116,7 +116,7 @@ Forwarded: no
 -	d->gotoMenu->addAction( QIcon( ":/images/oxygen/bookmarks.png" ), tr( "Bookmark..." ), this, SLOT(gotoBookmark()) );
 -	d->gotoMenu->addAction( QIcon( ":/images/address.png" ), tr( "Address..." ), this, SLOT(gotoAddress()) );
 -	d->gotoMenu->addAction( QIcon( ":/images/oxygen/network-wireless.png" ), tr( "GPS-Coordinate..." ), this, SLOT(gotoGpsCoordinate()) );
-+	d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/oxygen/network-wireless.png" ), tr( "GPS-Location" ), this, SLOT(gotoGPS()) );
++	d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/oxygen/network-wireless.png" ), tr( "GPS-Location" ), this, SLOT(gotoGPSLocation()) );
 +	d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/source.png" ), tr( "Departure" ), this, SLOT(gotoSource()) );
 +	d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/target.png" ), tr( "Destination" ), this, SLOT(gotoTarget()) );
 +	d->gotoMenu->addAction( QIcon( "/usr/share/monav/images/oxygen/bookmarks.png" ), tr( "Bookmark" ), this, SLOT(gotoBookmark()) );

-- 
fast navigation system featuring exact routing



More information about the Pkg-osm-commits mailing list