Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Simenduev committed Oct 30, 2011
1 parent bf3ddfa commit 5509fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicator-places.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def update_menu(self, widget = None, data = None):
if not label:
label = os.path.basename(os.path.normpath(path))

label = urlib.unquote(label)
label = urllib.unquote(label)
item = self.create_menu_item(label, self.get_bookmark_icon(path))
item.connect("activate", self.on_bookmark_click, path)

Expand Down

0 comments on commit 5509fae

Please sign in to comment.