http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45869
User: etxrab
Date: 2012/11/02 02:58 AM
Log:
From Jim Young and updated by Max Romanov:
The modification to acinclude.m4 adds a new test in the
AC_WIRESHARK_OSX_INTEGRATION_CHECK section to first look for the library
gtkmacintegration. "gtkmacintegration" is the new internal name for GTK+ MAC
OSX library after the project was moved to www.gtk.org. Previously this
library was known as igemacintegration.
The patches to the three gtk/*.c files update the conditional #include
<gtkmacintegration/gtkosxapplication.h> to use the new folder name. The
Option 1 patch will break any build environment that expects to find the
gtkosapplication.h file in the older igemacintegration folder.
In addition the patch includes updates to
gtk/main.c and gtk/main_menubar.c for a more standard looking App menu.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6702
Directory: /trunk/ui/gtk/
Changes Path Action
+22 -11 drag_and_drop.c Modified
+19 -10 main.c Modified
+21 -13 main_menubar.c Modified
Directory: /trunk/
Changes Path Action
+18 -12 acinclude.m4 Modified