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:
Miguel de Icaza 1999-03-20 12:06:38 +00:00
parent f539ceed2b
commit 6263497852
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);