]> git.itanic.dy.fi Git - maemo-mapper/commitdiff
Fix display poi icon
authorcjackiewicz <cezary@eko.one.pl>
Thu, 22 Feb 2007 21:29:43 +0000 (21:29 +0000)
committercjackiewicz <cezary@eko.one.pl>
Thu, 22 Feb 2007 21:29:43 +0000 (21:29 +0000)
git-svn-id: svn+ssh://garage/var/lib/gforge/svnroot/maemo-mapper/trunk@82 6c538b50-5814-0410-93ad-8bdf4c0149d1

src/maemo-mapper.c

index 9b7878d508a3f90ef694a5ad94982f10453ca60a..f71ebd16e5dc2c32599549e81c8652ce419192a9 100644 (file)
@@ -6470,9 +6470,9 @@ map_render_poi()
             lat1 = sqlite3_column_double(_stmt_select_poi, 0);
             lon1 = sqlite3_column_double(_stmt_select_poi, 1);
             gchar *poi_label = g_utf8_strdown(sqlite3_column_text(
-                    _stmt_select_poi, 2), -1);
+                    _stmt_select_poi, 3), -1);
             gchar *cat_label = g_utf8_strdown(sqlite3_column_text(
-                    _stmt_select_poi, 5), -1);
+                    _stmt_select_poi, 6), -1);
 
             latlon2unit(lat1, lon1, unitx, unity);
             poix = unit2bufx(unitx);