Bug 130 - Main window position not remembered during shutdown
Status:
RESOLVED FIXED
Component:
GUI :: gtkmm
Version:
unspecified
Hardware:
PC Windows 2000
Importance:
P3 normal
Target Milestone:
future
Assignee:
Raymond Penners
URL:
Depends on:
Blocks:
Reported:
Oct 23 2002 01:10:59 UTC
by:
Raymond Penners
Modified:
Aug 26 2003 10:14:27 UTC
CC List:
Kees-Jan Dijkzeul
WhoWhenWhatRemovedAdded
Raymond PennersOct 25 2002 15:36:50 UTCtarget_milestone---1.0.0
Raymond PennersOct 30 2002 10:49:30 UTCstatusNEWRESOLVED
resolutionLATER
Raymond PennersOct 30 2002 10:50:38 UTCtarget_milestone1.0.0future
Raymond PennersNov 20 2002 00:35:00 UTCccKees-Jan Dijkzeul
Raymond PennersAug 25 2003 02:08:45 UTCstatusRESOLVEDREOPENED
resolutionLATER
Rob CaelersAug 26 2003 10:14:27 UTCstatusREOPENEDRESOLVED
resolutionFIXED
Description
Raymond Penners  Oct 23 2002 01:10:59 UTC
1) Start Workrave
2) Move the main window to a specific location != the original.
3) Shutdown Windows
4) Start Windows
5) Start Workrave
5) Examine Workrave location
Expected: location == last location
Currently: location == original
Comment 1
Raymond Penners  Oct 30 2002 10:49:30 UTC
Due to current Gtk+ behaviour of exit()'ing on WM_QUIT, we cannot store main
window position on shutdown.
Comment 2
Raymond Penners  Oct 30 2002 10:51:57 UTC
Btw, the coordinates are now also stored when you close the prefs panel, as a
workaround...
Comment 3
Raymond Penners  Nov 20 2002 00:35:01 UTC
*** Bug 164 has been marked as a duplicate of this bug. ***
Comment 4
Kees-Jan Dijkzeul  Aug 25 2003 01:45:15 UTC
Why are we not storing coordinates after every move?
Comment 5
Raymond Penners  Aug 25 2003 02:07:41 UTC
*** Bug 253 has been marked as a duplicate of this bug. ***
Comment 6
Raymond Penners  Aug 25 2003 02:08:45 UTC
Because that solution would be too simple and obvious? :-)
Comment 7
Rob Caelers  Aug 26 2003 10:14:27 UTC
Way too simple.