r43782 - /packages/unstable/alacarte/debian/patches/fix_indentation.patch

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun Oct 26 16:01:30 UTC 2014


Author: mitya57-guest
Date: Sun Oct 26 16:01:30 2014
New Revision: 43782

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43782
Log:
Really add fix_indentation.patch to repository

Added:
    packages/unstable/alacarte/debian/patches/fix_indentation.patch

Added: packages/unstable/alacarte/debian/patches/fix_indentation.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alacarte/debian/patches/fix_indentation.patch?rev=43782&op=file
==============================================================================
--- packages/unstable/alacarte/debian/patches/fix_indentation.patch	(added)
+++ packages/unstable/alacarte/debian/patches/fix_indentation.patch	[utf-8] Sun Oct 26 16:01:30 2014
@@ -0,0 +1,15 @@
+Description: fix TabError when trying to import MainWindow
+Origin: upstream, https://git.gnome.org/browse/alacarte/commit/?id=02582212ecdf0da1
+Last-Update: 2014-10-26
+
+--- a/Alacarte/MainWindow.py
++++ b/Alacarte/MainWindow.py
+@@ -240,7 +240,7 @@
+             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)




More information about the pkg-gnome-commits mailing list