summaryrefslogtreecommitdiff
path: root/mate-panel/menu.h
diff options
context:
space:
mode:
authorMarcel Stimberg <[email protected]>2009-08-23 20:40:16 +0000
committerBenjamin Valentin <[email protected]>2012-03-26 23:49:25 +0200
commit68ec89213e4d7c23cb681016b0b627e39fae9e4f (patch)
treee581c9ca56d38d3fbd92d10caeeee646143df52c /mate-panel/menu.h
parentab55bf3e46ccab95d268bf0e10dce2e15294cabf (diff)
downloadmate-panel-68ec89213e4d7c23cb681016b0b627e39fae9e4f.tar.bz2
mate-panel-68ec89213e4d7c23cb681016b0b627e39fae9e4f.tar.xz
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
Diffstat (limited to 'mate-panel/menu.h')
-rw-r--r--mate-panel/menu.h3
1 files changed, 2 insertions, 1 deletions
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);