[gedit] The dir now is gedit instead of gedit-2.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] The dir now is gedit instead of gedit-2.
- Date: Mon, 27 Dec 2010 21:42:03 +0000 (UTC)
commit e450972ae014fe711d99947e7249d4699932995c
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Dec 27 22:41:34 2010 +0100
The dir now is gedit instead of gedit-2.
plugins/snippets/snippets/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/snippets/snippets/__init__.py b/plugins/snippets/snippets/__init__.py
index 38f5320..6e817e8 100644
--- a/plugins/snippets/snippets/__init__.py
+++ b/plugins/snippets/snippets/__init__.py
@@ -66,7 +66,7 @@ class AppActivatable(GObject.Object, Gedit.AppActivatable, PeasGtk.Configurable)
dirs = []
for d in datadirs.split(os.pathsep):
- d = os.path.join(d, 'gedit-2', 'plugins', 'snippets')
+ d = os.path.join(d, 'gedit', 'plugins', 'snippets')
if os.path.isdir(d):
dirs.append(d)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]