[alacarte] MainWindow: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] MainWindow: Fix indentation
- Date: Fri, 18 Apr 2014 14:06:22 +0000 (UTC)
commit 02582212ecdf0da16ea0a1753c5db5926d4b32e2
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Apr 18 10:04:17 2014 -0400
MainWindow: Fix indentation
Alacarte/MainWindow.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Alacarte/MainWindow.py b/Alacarte/MainWindow.py
index f52f216..7427752 100644
--- a/Alacarte/MainWindow.py
+++ b/Alacarte/MainWindow.py
@@ -239,7 +239,7 @@ class MainWindow(object):
menu_tree.get_selection().select_path((0,))
else:
parent = menus[iter][2]
- file_name = util.getUniqueFileId('alacarte-made', '.directory')
+ file_name = util.getUniqueFileId('alacarte-made', '.directory')
file_path = os.path.join(util.getUserDirectoryPath(), file_name)
editor = DirectoryEditor(self.main_window, file_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]