[ekiga/gnome-2-26] [windows] Ensure that Ekiga will start on last page of installer
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/gnome-2-26] [windows] Ensure that Ekiga will start on last page of installer
- Date: Sat, 29 May 2010 13:47:05 +0000 (UTC)
commit 3e5cf64177ce44e76033306f1ef4f663e0187c77
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Sat May 29 15:45:46 2010 +0200
[windows] Ensure that Ekiga will start on last page of installer
...independently of what the user has chosen as GTK PATH upon GTK
installation.
win32/nsisinstaller/ekiga.nsi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/nsisinstaller/ekiga.nsi b/win32/nsisinstaller/ekiga.nsi
index 4029b69..b85b0d0 100644
--- a/win32/nsisinstaller/ekiga.nsi
+++ b/win32/nsisinstaller/ekiga.nsi
@@ -229,7 +229,7 @@ Section $(GTK_SECTION_TITLE) SecGtk
hkcu1:
ReadRegStr $R3 HKCU ${GTK_REG_KEY} "Path"
hk1:
- StrCpy $R0 "$R0;$R3\bin"
+ StrCpy $R0 "$R0;$R3\bin;$R3\lib;$R3"
System::Call 'Kernel32::SetEnvironmentVariableA(t, t) i("PATH", R0).r0'
Goto gtk_install_cont
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]