mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
4a3609a4f7
* gtkdtree.c (gtk_dtree_class_init): Sigh. Create a new signal, called "possibly_ungrab", used to request the client to ungrab the mouse at the proper time. This is required because the stupid clist button press handler grabs the mouse, and we don't want that. (gtk_dtree_select_row): Emit the possibly_ungrab signal here. * gscreen.c (panel_tree_drag_motion): Set the panel->drag_tree_dragging_over flag. (panel_tree_drag_leave): Unset said flag. (panel_tree_possibly_ungrab): Ungrab the mouse here.
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
Bugzilla: 3436
|
|
|
|
bugs.gnome.org:
|
|
Important: 1006, 1796
|
|
Major cosmetic: 272/875, 487, 899, 1299
|
|
Minor cosmetic: 55/208, 115, 383, 398, 597, 781, 874, 956/1126,
|
|
1022.1, 1045, 1047, 904, 1329, 1468, 1508, 1750
|
|
Non-essential or feature: 779?, 1133, 1121, 1122, 1251
|
|
Look at bug yourself: 1773
|
|
|
|
1006: Try going to 'ftp://ftp.cs.cuc.edu/' and then clicking on the
|
|
root window. I think the pointer grab stays around or
|
|
something.
|
|
|
|
The drop-non-existent-file-from-panel bug.
|