From 8247048ff8bc47e354cadfd5828f4f172e5119ea Mon Sep 17 00:00:00 2001 From: John Garland Date: Tue, 24 Feb 2009 06:10:28 +0000 Subject: [PATCH] Fixed up uninstaller's sections --- win32/deluge.nsi | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index e1752af44..3a011da9d 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -196,7 +196,7 @@ SectionGroup /e "Dependencies" dependencies SectionEnd - Section "PyCairo" + Section "PyCairo" pycairo SectionIn 1 @@ -277,68 +277,46 @@ SectionGroup /e "un.Dependencies" undependencies Section "un.Python" unpython - SectionIn 1 - SectionEnd Section "un.Python Win32 Extensions" unpywin32 - SectionIn 1 - SectionEnd Section "un.GTK+ Runtime" ungtk+ - SectionIn 1 - SectionEnd Section "un.PyGTK" unpygtk - SectionIn 1 - SectionEnd - Section "PyCairo" - - SectionIn 1 + Section "un.PyCairo" unpycairo SectionEnd Section "un.PyGame" unpygame - SectionIn 1 - SectionEnd Section "un.PyGObject" unpygobject - SectionIn 1 - SectionEnd Section "un.PyOpenSSL" unpyopenssl - SectionIn 1 - SectionEnd Section "un.PyXdg" unpyxdg - SectionIn 1 - SectionEnd Section "un.Setuptools" unsetuptools - SectionIn 1 - SectionEnd Section "un.libtorrent" unlibtorrent - SectionIn 1 - SectionEnd SectionGroupEnd