ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18884: /trunk/gtk/ /trunk/gtk/: gui_utils.c

Date: Sat, 12 Aug 2006 22:02:38 GMT
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