Commit graph

10 commits

Author SHA1 Message Date
Gerald Combs
5ad2293f40 More GLIB_CHECK_VERSION and GTK_CHECK_VERSION cleanup.
svn path=/trunk/; revision=37971
2011-07-11 18:35:36 +00:00
Bill Meier
0f310b83fe Whitespace cleanup (trailing spaces).
svn path=/trunk/; revision=37868
2011-07-02 20:14:41 +00:00
Bill Meier
6f982ec7c2 Fix: Wireshark crashes after repeating "File -> Import -> Cancel"
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6080

Apparently gtk_radio_button_get_group() must be called after
each addition to the group before the 'group' GSList pointer can be used
again in, for example, a call to get_radio_button_new_with_label().

(Where does it say this in the GTK docs ? It does make sense, tho, given
the way GSLists work).

We'll use gtk_radio_button_new_with_label_from_widget() instead to let GTK
handle the grouping.


svn path=/trunk/; revision=37867
2011-07-02 19:50:41 +00:00
Guy Harris
da1403c6dd This ain't C++; you have to put "void" in as the argument list of
functions that take no arguments, otherwise the function is treated as a
crufty old C function with undeclared arguments.

svn path=/trunk/; revision=37211
2011-05-17 21:26:25 +00:00
Anders Broman
61041c062d Coverity UNUSED_VALUE
CID 1141

svn path=/trunk/; revision=36684
2011-04-17 18:10:08 +00:00
Stig Bjørlykke
09d5dd80c7 Set active combo_box entry before connecting the changed signal
to avoid a crash when opening the Import window.

svn path=/trunk/; revision=35620
2011-01-22 14:02:38 +00:00
Jaap Keuter
bc3b5e96a9 Create proper Help reference.
svn path=/trunk/; revision=35026
2010-11-25 07:01:39 +00:00
Jaap Keuter
cd7c2e0241 Try to fix dummy header settings alignment.
svn path=/trunk/; revision=35019
2010-11-24 08:41:22 +00:00
Jaap Keuter
8921865a93 Accomodate older flex versions.
Make scanner compilation more environment agnostic.

svn path=/trunk/; revision=34897
2010-11-16 06:46:12 +00:00
Jaap Keuter
296e43c3eb Add text import capability, like text2pcap, directly into the GUI.
svn path=/trunk/; revision=34856
2010-11-12 22:20:12 +00:00