Thanks. I saw earlier today that the authors list would not appear when I ran from the build directory. This was because the main window (and the about window) were created before init_progfile_dir() was called.
Your checkin fixed that as well. In GTK, we create the main window much later than in Qt. Are there any other widgets that depend on init_progfile_dir() and other setup? Thus wrote [email protected] ([email protected]): > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54662 > User: alagoutte > Date: 2014/01/08 02:43 PM > Log: > Don't create About window when Wireshark Qt start > Directory: /trunk/ui/qt/ > Changes Path Action > +0 -1 main_window.h Modified > +6 -6 main_window_slots.cpp Modified > ___________________________________________________________________________ > Sent via: Wireshark-commits mailing list <[email protected]> > Archives: http://www.wireshark.org/lists/wireshark-commits > Unsubscribe: https://wireshark.org/mailman/options/wireshark-commits > > mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
