mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-19 08:44:11 +03:00
1999-03-20 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gpopup2.c (create_mime_actions): Attach to the menu, not the uiinfo.
This commit is contained in:
parent
f539ceed2b
commit
6263497852
@ -1,3 +1,7 @@
|
||||
1999-03-20 Miguel de Icaza <miguel@nuclecu.unam.mx>
|
||||
|
||||
* gpopup2.c (create_mime_actions): Attach to the menu, not the uiinfo.
|
||||
|
||||
1999-03-19 Jonathan Blandford <jrb@redhat.com>
|
||||
|
||||
* gscreen.c (panel_tree_drag_motion): Dragging now automatically
|
||||
|
@ -413,7 +413,7 @@ create_mime_actions (GtkWidget *menu, WPanel *panel, int pos, DesktopIconInfo *d
|
||||
}
|
||||
|
||||
/* Remember to free this memory */
|
||||
gtk_signal_connect (GTK_OBJECT (uiinfo[0].widget), "destroy",
|
||||
gtk_signal_connect (GTK_OBJECT (menu), "destroy",
|
||||
(GtkSignalFunc) free_on_destroy,
|
||||
full_name);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user