[Xfce4-commits] <xfce4-panel:master> Fix launching from primary clipboard (bug #6488).
Nick Schermer
noreply at xfce.org
Wed Jun 2 19:52:01 CEST 2010
Updating branch refs/heads/master
to 1cef5f145cf768c2028f0577f78dce28a883e559 (commit)
from 0a6065f73f2f221c93f9903316cc56f795889a2b (commit)
commit 1cef5f145cf768c2028f0577f78dce28a883e559
Author: Stefan Stuhr <xfce-bug at sstuhr.dk>
Date: Wed Jun 2 19:50:12 2010 +0200
Fix launching from primary clipboard (bug #6488).
plugins/launcher/launcher.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index e00f9ce..c5595b6 100644
--- a/plugins/launcher/launcher.c
+++ b/plugins/launcher/launcher.c
@@ -2167,7 +2167,7 @@ launcher_plugin_item_exec_from_clipboard (GarconMenuItem *item,
text = gtk_clipboard_wait_for_text (clipboard);
/* try the secondary keayboard if the text is empty */
- if (!exo_str_is_empty (text))
+ if (exo_str_is_empty (text))
{
/* get the secondary clipboard text */
clipboard = gtk_clipboard_get (GDK_SELECTION_CLIPBOARD);
More information about the Xfce4-commits
mailing list