Anders Broman wrote: > Hi, > When using GUIManager for the main menu bar, it blows up loading a file. > Could some one take a look > and help me figure out what's wrong? The recent file stuff is also > broken - probably related.
It's bailing out here: ERROR:column-utils.c:1175:col_set_cls_time: code should not be reached That means timestamp_set_type() has not been called. When we're not using GUIManager, that function is called (during startup) in timestamp_format_cb(). That function is not called during startup when using GUIManager... Hmmm, actually it's not being called at all. ___________________________________________________________________________ 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
