[gedit] plugin: externaltools/send-to-fpaste missing colon
- From: Sebastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] plugin: externaltools/send-to-fpaste missing colon
- Date: Sun, 28 Sep 2014 14:04:36 +0000 (UTC)
commit d0cb344dfe6355be2025e061f772227b7550766d
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Sep 28 15:58:50 2014 +0200
plugin: externaltools/send-to-fpaste missing colon
plugins/externaltools/data/send-to-fpaste.tool.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/externaltools/data/send-to-fpaste.tool.in
b/plugins/externaltools/data/send-to-fpaste.tool.in
index 0070f57..e3edaca 100755
--- a/plugins/externaltools/data/send-to-fpaste.tool.in
+++ b/plugins/externaltools/data/send-to-fpaste.tool.in
@@ -4,7 +4,7 @@ import os, urllib, json, sys, urllib.request
from gi.repository import Gtk, Gdk
lang = os.getenv('GEDIT_CURRRENT_DOCUMENT_LANGUAGE')
-if lang is None
+if lang is None:
lang = "text"
current_document_path = os.getenv('GEDIT_CURRENT_DOCUMENT_PATH')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]