A patch for terminal inside gedit-plugin

Emilio Pozuelo Monfort pochu at ubuntu.com
Fri Jul 10 12:37:05 BST 2009


Wei Keting wrote:
> terminal for gedit don't cd to right directory ,I try to fix it !
> 
> --- terminal.py    2009-07-09 09:20:21.000000000 +0800
> +++ terminal.py    2009-07-09 09:41:29.000000000 +0800
> @@ -263,7 +263,9 @@
>          if uri is not None and gedit.utils.uri_has_file_scheme(uri):
>              gfile = gio.File(uri)
>              directory = gfile.get_parent()
> -            return os.path.dirname(directory.get_path())
> +            dirpath = directory.get_path()
> +            if os.path.isdir(dirpath) :
> +                return dirpath
>          return None
> 
>      def on_panel_populate_popup(self, panel, menu):

I've forwarded it upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=588236

Cheers,
Emilio

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/ubuntu-motu/attachments/20090710/e1a3995e/attachment.pgp 


More information about the Ubuntu-motu mailing list