<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,10 +21,9 @@ This code is alpha, it doesn't do very much input validation!
 # Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 import gconf
-import os
 
 GCONF_PLUGIN_PATH = &quot;/apps/gedit-2/plugins/pythoncodecompletion/&quot;
-GCONF_KEYBINDING_COMPLETE = os.path.join(GCONF_PLUGIN_PATH, &quot;keybindings/complete&quot;)
+GCONF_KEYBINDING_COMPLETE = GCONF_PLUGIN_PATH + &quot;keybindings/complete&quot;
 DEFAULT_KEYBINDING_COMPLETE = &quot;ctrl+alt+space&quot;
 MODIFIER_CTRL = &quot;ctrl&quot;
 MODIFIER_ALT = &quot;alt&quot;
@@ -32,8 +31,8 @@ MODIFIER_SHIFT = &quot;shift&quot;
 KEY = &quot;key&quot;
 
 __client = gconf.client_get_default ();
-__client.add_dir(GCONF_PLUGIN_PATH, gconf.CLIENT_PRELOAD_NONE)
-#__client.add_dir(&quot;/apps/gedit-2&quot;, gconf.CLIENT_PRELOAD_NONE)
+#_client.add_dir(GCONF_PLUGIN_PATH, gconf.CLIENT_PRELOAD_NONE)
+__client.add_dir(&quot;/apps/gedit-2&quot;, gconf.CLIENT_PRELOAD_NONE)
 
 # Cached keybinding
 __keybindingComplete = &quot;&quot;</diff>
      <filename>pythoncodecompletion/configuration.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fc7bb48b32b6446c63e8c7d5edfe0ef57049e03f</id>
    </parent>
  </parents>
  <author>
    <name>Michael Mc Donnell</name>
    <email>michael@mcdonnell.dk</email>
  </author>
  <url>http://github.com/fenrrir/geditpycompletion/commit/3cf5cfada74fb43b2d5a9a9ac8a71b25ce72fa77</url>
  <id>3cf5cfada74fb43b2d5a9a9ac8a71b25ce72fa77</id>
  <committed-date>2008-12-04T08:10:16-08:00</committed-date>
  <authored-date>2008-12-04T08:10:16-08:00</authored-date>
  <message>Revert &quot;Slight cleanup, using os.path.join instead of &quot;+&quot; for path concatenation&quot;

This reverts commit fc7bb48b32b6446c63e8c7d5edfe0ef57049e03f.

Caused a gconf error.</message>
  <tree>9f1db2a0330e4e4a4c9661f1e2b1ebfd8a2cf571</tree>
  <committer>
    <name>Michael Mc Donnell</name>
    <email>michael@mcdonnell.dk</email>
  </committer>
</commit>
