[Xfce4-commits] <xfce4-panel:devel> Allow launcher creation from add dialog.
Nick Schermer
noreply at xfce.org
Sun Feb 14 13:28:01 CET 2010
Updating branch refs/heads/devel
to 0b7dc9f0180fb888af8e6f2a912ae92d254f7672 (commit)
from 21391e7631f15948fb972e17500f992683283ab1 (commit)
commit 0b7dc9f0180fb888af8e6f2a912ae92d254f7672
Author: Nick Schermer <nick at xfce.org>
Date: Sat Feb 13 17:26:04 2010 +0100
Allow launcher creation from add dialog.
panel/panel-application.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/panel/panel-application.c b/panel/panel-application.c
index 4112311..b0aa3f2 100644
--- a/panel/panel-application.c
+++ b/panel/panel-application.c
@@ -149,8 +149,7 @@ static const GtkTargetEntry drop_targets[] =
GTK_TARGET_SAME_APP, TARGET_PLUGIN_NAME },
{ "xfce-panel/plugin-widget",
GTK_TARGET_SAME_APP, TARGET_PLUGIN_WIDGET },
- { "text/uri-list",
- GTK_TARGET_OTHER_APP, TARGET_TEXT_URI_LIST }
+ { "text/uri-list", 0, TARGET_TEXT_URI_LIST }
};
More information about the Xfce4-commits
mailing list