diff --git a/plugins/launcher/launcher.c b/plugins/launcher/launcher.c
index e00f9ce67857d48a611a664412bce5ee6904c830..c5595b6663006d37c7307141b311ad0bd1a8ff1b 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);