~ubuntu-branches/ubuntu/saucy/navit/saucy-proposed

« back to all changes in this revision

Viewing changes to navit/map/mg/map.c

  • Committer: Package Import Robot
  • Author(s): Gilles Filippini
  • Date: 2012-01-30 21:46:45 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20120130214645-mjvkslctpagferf3
Tags: 0.5.0~svn4909+dfsg.1-1
* New upstream snapshot:
  + GUI Internal:
    . Former destinations list
    . Support for saving GUI settings
    . Made search result lists pageable when onscreen keyboard is hidden
  + GUI GTK:
    . Menu accelerators
  + New profile to calculate shortest car route
* Drop patches:
  + manpage-minus-signs.patch: applied upstream
  + search_trick: not needed anymore (search result lists now pageable)
* Update patch fix-cmake.patch: partially applied upstream
* Refresh patches:
  + icons-dir
  + qt-cmake.patch
* debian/README.source: acknowledge removal of navit/binding/win32 from
  upstream tarball

* debian/rules: s/GNU_TYPE/MULTIARCH/g

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
                mr->current_file=file_town_twn;
401
401
                mr->search_str=map_search_mg_convert_special(mr->search_attr->u.str);
402
402
                mr->search_country=mg_country_from_isonum(mr->search_item.id_lo);
403
 
                if (mr->search_str[strlen(mr->search_str)-1] == '?') {
404
 
                        mr->search_str[strlen(mr->search_str)-1] = 0;
405
 
                        mr->search_partial = 0;
406
 
                }       
407
403
                break;
408
404
        case attr_district_name:
409
405
                if (mr->search_item.type != type_country_label) {