diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1999-01-20 04:51:44 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-01-20 04:51:44 +0800 |
commit | e5e5df258a54dc493e2d0aa7403a619640486bd6 (patch) | |
tree | 04d0021b5feaad37f985d94d76332d147f870507 /calendar/ChangeLog | |
parent | 6b547a4d981c062257049a2cc3d3fbfa6a772d83 (diff) | |
download | gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar.gz gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar.bz2 gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar.lz gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar.xz gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.tar.zst gsoc2013-evolution-e5e5df258a54dc493e2d0aa7403a619640486bd6.zip |
Do not grab the mouse here (it was being grabbed incorrectly, anyways).
1999-01-19 Federico Mena Quintero <federico@nuclecu.unam.mx>
* quick-view.c (quick_view_do_popup): Do not grab the mouse here
(it was being grabbed incorrectly, anyways).
(quick_view_map_event): Grab the mouse when the window is mapped.
This avoids the ugly "while (xGrabPointer () != Success)" hack.
(quick_view_button_release): Handle button releases here.
svn path=/trunk/; revision=613
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ef3f55aa8a..c795e58417 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +1999-01-19 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * quick-view.c (quick_view_do_popup): Do not grab the mouse here + (it was being grabbed incorrectly, anyways). + (quick_view_map_event): Grab the mouse when the window is mapped. + This avoids the ugly "while (xGrabPointer () != Success)" hack. + (quick_view_button_release): Handle button releases here. + 1999-01-19 Tomas Ogren <stric@ing.umu.se> * main.c: do gtk_widget_realize on the toplevel window.. |