~ubuntu-branches/ubuntu/feisty/gedit/feisty

« back to all changes in this revision

Viewing changes to plugins/filebrowser/gedit-file-bookmarks-store.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-11 20:36:11 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20070311203611-2ef3lnpfq33itrrd
Tags: 2.18.0-0ubuntu1
* New upstream version:
  - Include list of active plugins in BugBuddy reports
  - Make plugins work with python 2.5 on 64 bits architectures
  - Misc bugfixes
* debian/gedit.prerm:
  - don't remove alternative on upgrade (Ubuntu: #67698)
* debian/patches/80_fix_python_plugins_amd64.patch:
  - dropped, fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
                if (local)
187
187
                        name = tmp;
188
188
                else {
 
189
                        /* Translators: this is used in "file on host", e.g. "/foo/bar on ftp.baz.org" */
189
190
                        name = g_strconcat(tmp, " ", _("on"), " ", gnome_vfs_uri_get_host_name (uri), NULL);
190
191
                        g_free (tmp);
191
192
                }