gedit r6712 - branches/win32/win32
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6712 - branches/win32/win32
- Date: Wed, 24 Dec 2008 11:59:28 +0000 (UTC)
Author: icq
Date: Wed Dec 24 11:59:28 2008
New Revision: 6712
URL: http://svn.gnome.org/viewvc/gedit?rev=6712&view=rev
Log:
Fix comments.
Modified:
branches/win32/win32/gedit.iss.in
Modified: branches/win32/win32/gedit.iss.in
==============================================================================
--- branches/win32/win32/gedit.iss.in (original)
+++ branches/win32/win32/gedit.iss.in Wed Dec 24 11:59:28 2008
@@ -140,26 +140,26 @@
[Code]
{ Remove generated files not generated by the installer }
-\\procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
-\\begin
-\\ if CurUninstallStep = usUninstall then
-\\ begin
-\\ DeleteFile(ExpandConstant('{app}') + '\etc\gtk-2.0\gtk.immodules');
-\\ DeleteFile(ExpandConstant('{app}') + '\etc\gtk-2.0\gdk-pixbuf.loaders');
-\\ DeleteFile(ExpandConstant('{app}') + '\etc\pango\pango.modules');
-\\ end;
-\\end;
+//procedure CurUninstallStepChanged(CurUninstallStep: TUninstallStep);
+//begin
+// if CurUninstallStep = usUninstall then
+// begin
+// DeleteFile(ExpandConstant('{app}') + '\etc\gtk-2.0\gtk.immodules');
+// DeleteFile(ExpandConstant('{app}') + '\etc\gtk-2.0\gdk-pixbuf.loaders');
+// DeleteFile(ExpandConstant('{app}') + '\etc\pango\pango.modules');
+// end;
+//end;
-\\procedure DeinitializeUninstall();
-\\begin
-\\ { Remove main dir and etc\ which are not removed automatically,
-\\ probably because of the querymodule files not installed by the
-\\ installer }
-\\ DelTree(ExpandConstant('{app}') + '\etc', TRUE, TRUE, TRUE);
-\\ DelTree(ExpandConstant('{app}'), TRUE, FALSE, FALSE);
-\\end;
+//procedure DeinitializeUninstall();
+//begin
+// { Remove main dir and etc\ which are not removed automatically,
+// probably because of the querymodule files not installed by the
+// installer }
+// DelTree(ExpandConstant('{app}') + '\etc', TRUE, TRUE, TRUE);
+// DelTree(ExpandConstant('{app}'), TRUE, FALSE, FALSE);
+//end;
-\\ Skip Components selection, all components are required anyway
+// Skip Components selection, all components are required anyway
function ShouldSkipPage(CurPageID: Integer): Boolean;
begin
if CurPageID = wpSelectComponents then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]