http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18884
User: ulfl
Date: 2006/08/12 10:02 PM
Log:
fix #973: if the window is minimized while you close Wireshark, (at least the Win32 version) will save -32000 for the x and y values, which is obviously out of the screen the next time.
Simply ignore the incoming values of -32000 by not calling gtk_window_move() / gtk_widget_set_uposition() in that case.
I don't know what the Unix GLib version will do in that case.
Directory: /trunk/gtk/
Changes Path Action
+2 -1 gui_utils.c Modified