[alacarte] MainWindow: Fix whitespace
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] MainWindow: Fix whitespace
- Date: Fri, 18 Apr 2014 14:06:32 +0000 (UTC)
commit 849427c3f25e41a33f79c49cb5824eba73420773
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Apr 18 10:05:16 2014 -0400
MainWindow: Fix whitespace
Alacarte/MainWindow.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Alacarte/MainWindow.py b/Alacarte/MainWindow.py
index 485ffc5..4239d24 100644
--- a/Alacarte/MainWindow.py
+++ b/Alacarte/MainWindow.py
@@ -245,7 +245,7 @@ class MainWindow(object):
editor = DirectoryEditor(self.main_window, file_path)
editor.file_name = file_name;
editor.parent = parent.get_menu_id()
- editor.connect ('response', self.on_directory_created)
+ editor.connect('response', self.on_directory_created)
editor.run()
def on_directory_created(self, editor, response):
@@ -267,7 +267,7 @@ class MainWindow(object):
editor = LauncherEditor(self.main_window, file_path)
editor.file_name = file_name;
editor.parent = parent.get_menu_id()
- editor.connect ('response', self.on_item_created)
+ editor.connect('response', self.on_item_created)
editor.run()
def on_item_created(self, editor, response):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]