From 68ec89213e4d7c23cb681016b0b627e39fae9e4f Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Sun, 23 Aug 2009 20:40:16 +0000 Subject: When using Drag'n'Drop from Places menu, install a link launcher (.desktop file) instead of copying the entire directory. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=357934 Bug-Ubuntu: https://launchpad.net/bugs/62529 --- mate-panel/menu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mate-panel/menu.h') diff --git a/mate-panel/menu.h b/mate-panel/menu.h index 8638cbb8..628b25cf 100644 --- a/mate-panel/menu.h +++ b/mate-panel/menu.h @@ -53,7 +53,8 @@ void setup_internal_applet_drag (GtkWidget *menuitem, PanelActionButtonType type); void setup_uri_drag (GtkWidget *menuitem, const char *uri, - const char *icon); + const char *icon, + GdkDragAction action); GtkWidget * panel_create_menu (void); -- cgit v1.2.1