aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-12-05 18:09:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-12-05 18:09:44 +0000
commite0d9497f1c58f752b7786561e5ab90070d9bb571 (patch)
treeab7b578014e54b790079e69ef30451241f6fe327 /Makefile.nmake
parent11c616f11e52f73c6cf2f1947f6472ae16634443 (diff)
Use:
GTK+ 2.13.3 Overview of Changes from GTK+ 2.12.2 to 2.12.3 ============================================== * Win32: - Respect viewable drive restrictions * Bugs fixed: 499868 fix for crash during DnD on Quartz 500804 null pointer dereference in quartz drawing function 144269 GtkHPaned flickers and leaves widgets in child panels unr... 495124 Valgrind error with windows of type GTK_WINDOW_POPUP 501583 Root window not fully initialized * Updated translations: Estonian (et) French (fr) Irish (ga) svn path=/trunk/; revision=23771
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 12e2b6cb82..c5f83ae8ea 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -714,9 +714,9 @@ process_libs:
!IFDEF GTK2_DIR
!IF "$(GTK2_INST_VERSION)" == "2.12"
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- gtk2 gtk2.12/gtk+-2.12.2.zip
+ gtk2 gtk2.12/gtk+-2.12.3.zip
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- gtk2 gtk2.12/gtk+-dev-2.12.2.zip
+ gtk2 gtk2.12/gtk+-dev-2.12.3.zip
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
gtk2 gtk2.12/cairo-1.4.10.zip
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \