[gedit/gnome-3-8] quickopen: use the right bookmarks dir.



commit b0e5b539d34f74b28f6b821477de209804592ab2
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Apr 19 23:10:05 2013 +0200

    quickopen: use the right bookmarks dir.
    
    Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=698293

 plugins/quickopen/quickopen/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/quickopen/quickopen/__init__.py b/plugins/quickopen/quickopen/__init__.py
index bc1beb2..8c0a24a 100644
--- a/plugins/quickopen/quickopen/__init__.py
+++ b/plugins/quickopen/quickopen/__init__.py
@@ -126,7 +126,7 @@ class QuickOpenPlugin(GObject.Object, Gedit.WindowActivatable):
         self._popup.connect('destroy', self.on_popup_destroy)
 
     def _local_bookmarks(self):
-        filename = os.path.expanduser('~/.gtk-bookmarks')
+        filename = os.path.expanduser('~/.config/gtk-3.0/bookmarks')
 
         if not os.path.isfile(filename):
             return []


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]